1
0
Fork 0
mirror of synced 2024-06-17 18:04:42 +12:00

Add padding

This commit is contained in:
Mel O'Hagan 2022-10-24 15:02:56 +01:00
parent 3d35c9752a
commit e06b8017de

View file

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