Add padding

This commit is contained in:
Mel O'Hagan 2022-10-24 15:02:56 +01:00
parent 3d35c9752a
commit e06b8017de
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@
align-items: stretch;
position: relative;
border-right: var(--border-light);
margin-bottom: -60px;
padding-bottom: 60px;
}
</style>