Add padding to the bottom of the list container

Previously the last list item was partially obstructed by the footer
This commit is contained in:
Matias Zwinger 2023-02-08 18:38:11 +02:00
parent aac39bc1c1
commit 2c611da1c7
No known key found for this signature in database
GPG Key ID: D4170785A2348E75

View File

@ -179,7 +179,8 @@ th {
.container {
width: 75em;
margin: 0 auto;
padding: 0; }
padding: 0;
padding-bottom: 47px; }
@media only all and (min-width: 60em) and (max-width: 74.938em) {
.container {
width: 60em; } }