X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=static%2Ftheme.css;h=3939c55a07fd43f0c923c4a1577cc7c84516f186;hb=3ca7fccb306d0b23626befc3791ffa360b3db1e7;hp=7417e57c080fe03e69977cc8294be143f2c32ef1;hpb=4807a77eca2858e8dc23d9ec2247a778814988d7;p=websub-hub diff --git a/static/theme.css b/static/theme.css index 7417e57..3939c55 100644 --- a/static/theme.css +++ b/static/theme.css @@ -1,4 +1,3 @@ -* {} html { height: 100vh; } @@ -58,6 +57,10 @@ section {} section + section { margin-top: 2em; } +.logo { + vertical-align: middle; + height: 2em; +} .about {} .usage {} .copyright { @@ -65,6 +68,9 @@ section + section { } .topics {} .subscriptions {} +.history img { + width: 100%; +} .external { background-image: url("external-link.svg"); background-position: right center; @@ -80,6 +86,9 @@ section + section { .errors ul { border: 1px solid red; } +.otp-key-qr svg { + height: 30vh; +} table { border: 0; width: 100%;