diff options
| author | Felix Hanley <felix@userspace.com.au> | 2020-03-14 11:12:00 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2020-03-14 11:12:00 +0000 |
| commit | 54ef0ff980d5e953b54a2396523d9dcfc2fde695 (patch) | |
| tree | b557c0cf4856bb529b3d39bde3e31fddd270d6ad | |
| parent | 9bf2e51a5a4018c84e4a61d76cbded7b7aa114db (diff) | |
| download | sws-54ef0ff980d5e953b54a2396523d9dcfc2fde695.tar.gz sws-54ef0ff980d5e953b54a2396523d9dcfc2fde695.tar.bz2 | |
Update css
| -rw-r--r-- | static/default.css | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/static/default.css b/static/default.css index 7e456f5..e9b18ee 100644 --- a/static/default.css +++ b/static/default.css @@ -19,26 +19,33 @@ ul { padding: 0; } +.mainnav { + background-image: linear-gradient(#120c13,#313131); +} .navbar { align-items: center; - background: #ededed; + background: #120c13; border-bottom: 1px solid #d9dee4; display: flex; - height: 2.5em; justify-content: flex-end; } .nav { display: flex; + flex-wrap: wrap; justify-content: left; } .nav__link { + color: white; display: block; font-weight: 500; text-decoration: none; text-transform: lowercase; - padding: 13px 15px 12px; + padding-left: 15px; + padding-right: 15px; + padding-top: 7px; + padding-bottom: 7px; } -.nav__link:first-child { +.nav__link--name { flex: 1; } .nav__link--close { @@ -151,6 +158,14 @@ main { top: 0; } +/* Figures */ +.graph { +} +.map svg { + max-width: 100%; + max-height: 400px; +} + .chart { align-items: stretch; /*box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/ |
