X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=static%2Ftheme.css;h=3e4c4f4d1685bf3cde8616e42cb17e03110e0974;hb=refs%2Ftags%2Fv1.2.2;hp=06f03a98a22fb75fcc443dd2ddb9a9350930d351;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316;p=websub-hub diff --git a/static/theme.css b/static/theme.css index 06f03a9..3e4c4f4 100644 --- a/static/theme.css +++ b/static/theme.css @@ -5,7 +5,7 @@ html { body { background-color: #fff; font-family: Helvetica, Verdana, sans-serif; - margin: 1em; + margin: 0 1em 0 1em; min-height: 100vh; display: flex; flex-direction: column; @@ -23,12 +23,13 @@ header nav ol li a { text-align: center; } h1 { - margin-top: 1.3em; - margin-bottom: 2.5em; + margin-top: 1em; + margin-bottom: 1.25em; text-align: center; } h2 { background-color: #ddd; + padding: .25em 0 .1em 0.25em; } main { flex-grow: 1; @@ -60,9 +61,8 @@ footer { width: 100%; border-top: 4px dotted #666; } -footer nav ol { +footer ol { list-style-type: none; - margin: 0; + margin: .5em; padding: 0; - border: 1px solid #000; }