1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

Add padding

This commit is contained in:
Mel O'Hagan 2022-10-24 15:02:56 +01:00
parent 2dd06c1018
commit ad7c68cbe0

View file

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