diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-10-20 17:10:19 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-10-20 17:10:19 +0800 |
commit | f53b65c14a92562309ced75a24371b577f9d8ef1 (patch) | |
tree | 083d00c7a36c40efc832035e7bf9d10454db713b /jimbrella/static | |
parent | a2c80e9a02430be73962f4ca83b49e5f80fd3594 (diff) |
Frontend updates
I forgot what I exactly did
Diffstat (limited to 'jimbrella/static')
-rw-r--r-- | jimbrella/static/jimbrella.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 8bb7fbd..8e629ef 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -11,6 +11,10 @@ body { max-width: 1200px; } +td.tab { + border: none; +} + .banner-container { padding: 1em; } @@ -40,6 +44,7 @@ h2.tile-heading, h2.banner-heading { table.data { border: 2px solid; + margin: 1em; } td { @@ -59,6 +64,10 @@ td { background-color: #d3e99f; } +.proportion { + display: inline; +} + .big { font-size: 3em; } |