X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style.css;fp=style.css;h=b865d006a1e90de7b52950404307d8327225ffc1;hp=f28304f9433cbc7948425a96c6c3058926e358a8;hb=9426f8fa76370ed102c63b5b44ca9f1512c83090;hpb=df427ba41658ee70224b398ea35834e602cc1b65 diff --git a/style.css b/style.css index f28304f..b865d00 100644 --- a/style.css +++ b/style.css @@ -69,6 +69,11 @@ table#homepage { 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 { @@ -78,4 +83,9 @@ body { table#homepage { font-size: x-small; } + +table#bottom td.indented { + padding-left: 0.5ch; + padding-right: 0.5ch; +} }