1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +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; align-items: stretch;
position: relative; position: relative;
border-right: var(--border-light); border-right: var(--border-light);
margin-bottom: -60px; padding-bottom: 60px;
} }
</style> </style>