X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style.css;fp=style.css;h=f28304f9433cbc7948425a96c6c3058926e358a8;hp=3f1cb37487879173c740ea51bcd7e5c69e805ce8;hb=df427ba41658ee70224b398ea35834e602cc1b65;hpb=0ac4ace2e660c2487f540ad3ebceb4d1540555bf diff --git a/style.css b/style.css index 3f1cb37..f28304f 100644 --- a/style.css +++ b/style.css @@ -68,3 +68,14 @@ table#homepage { padding-top: 3em; padding-bottom: 3em; } + +/* Mobile (i.e. phones) */ +@media only screen and (max-width: 768px) { +body { + margin: 0px; +} + +table#homepage { + font-size: x-small; +} +}