Improve mobile display

This commit is contained in:
Matt-Yorkley
2020-01-07 23:42:57 +01:00
parent 219f6ad78e
commit c8c4f3e746

View File

@@ -24,10 +24,6 @@
display: inline-block;
width: 100%;
@media all and (max-width: 640px) {
text-align: left;
}
>a {
outline: none;
display: block;
@@ -122,6 +118,10 @@
padding-bottom: 0.25rem;
font-size: 0.875rem;
}
@media all and (max-width: 640px) {
padding: 1em;
}
}
}
}