X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=style.css;h=b865d006a1e90de7b52950404307d8327225ffc1;hb=9426f8fa76370ed102c63b5b44ca9f1512c83090;hp=e9dcf1fd25db626c4fe5481b997ee2be6f891493;hpb=3cd08e87b583069e15df5b187e92eb1844de25d3;p=nano-editor.git diff --git a/style.css b/style.css index e9dcf1f..b865d00 100644 --- a/style.css +++ b/style.css @@ -58,3 +58,34 @@ a:active { width: 45%; padding: 5%; } + +table { + border-spacing: 0px; + border-collapse: separate; +} + +table#homepage { + padding-top: 3em; + padding-bottom: 3em; +} + +table#bottom td.indented { + padding-left: 1ch; + padding-right: 1ch; +} + +/* Mobile (i.e. phones) */ +@media only screen and (max-width: 768px) { +body { + margin: 0px; +} + +table#homepage { + font-size: x-small; +} + +table#bottom td.indented { + padding-left: 0.5ch; + padding-right: 0.5ch; +} +}