Add padding for main container so text doesn’t touch screen boundary
This commit is contained in:
parent
f798eda446
commit
db0b9046d7
|
@ -34,6 +34,7 @@ body>* {
|
|||
}
|
||||
main {
|
||||
min-height: 70vh; /* Make sure the footer is closer to bottom */
|
||||
padding: 1rem 2.5rem; /* Generous padding for readability */
|
||||
}
|
||||
.smalltext {
|
||||
font-size: 1.0rem;
|
||||
|
|
Loading…
Reference in New Issue
Block a user