Fix Mobile UI issues (closes #57)
This commit is contained in:
parent
0b25e637cc
commit
b8d54dede6
|
@ -94,7 +94,7 @@ footer {
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 812px) {
|
||||
main {
|
||||
section, header, main {
|
||||
margin: 0 !important;
|
||||
}
|
||||
footer {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue