Fix Mobile UI issues (closes #57)

This commit is contained in:
video-prize-ranch 2022-09-18 21:57:40 -04:00
parent 0b25e637cc
commit b8d54dede6
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
2 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ footer {
}
@media only screen and (max-width: 812px) {
main {
section, header, main {
margin: 0 !important;
}
footer {

View File

@ -14,10 +14,10 @@ main {
code {
display: block;
padding: 0.5em;
padding: 0.75em;
background-color: #383838;
width: 50%;
margin: 0.5em auto;
width: 90%;
margin: 0.75em 0;
word-wrap: break-word;
border-radius: 4px;
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;