Fix overflow in footer on mobile devices

This commit is contained in:
tedgravlin 2023-06-18 16:52:00 -04:00 committed by Daniel Micay
parent 1f22fb1436
commit 581d28ab3e

View File

@ -218,7 +218,7 @@ footer {
margin-left: auto;
margin-right: auto;
padding: 1em;
max-width: 800px;
max-width: 100vw;
overflow-wrap: break-word;
text-align: center;
}
@ -234,7 +234,7 @@ footer a, footer a:visited {
}
#social li {
display: inline;
display: inline-block;
padding: 0 0.5em;
}