diff options
author | TDavis | 2019-03-30 05:00:41 -0300 |
---|---|---|
committer | TDavis | 2019-03-30 05:00:41 -0300 |
commit | 95148eaa7d125704796a4a32e7ff3cef83c5f1d9 (patch) | |
tree | 0116aaa0e93867d3bb06082798164a65d51e61da | |
parent | 6274569d93307925b360b0f14974d6bc30794de1 (diff) | |
download | weabot-95148eaa7d125704796a4a32e7ff3cef83c5f1d9.tar.gz weabot-95148eaa7d125704796a4a32e7ff3cef83c5f1d9.tar.xz weabot-95148eaa7d125704796a4a32e7ff3cef83c5f1d9.zip |
Fix menor
-rw-r--r-- | cgi/templates/banned.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/templates/banned.html b/cgi/templates/banned.html index 590ebb5..e61cb73 100644 --- a/cgi/templates/banned.html +++ b/cgi/templates/banned.html @@ -21,7 +21,7 @@ a:hover,a:active {color:#81A2BE;} .title { color: white; - margin-bottom: 14px; + margin-bottom: 28px; text-align: center; font-family: monospace; font-size: 23px; @@ -43,6 +43,7 @@ @media(max-width:720px){ body{margin:4px 8px 16px 4px;} .box{margin:0;padding:1em;} + .title{margin-bottom:14px;} ul{padding-left:1em;} } </style> |