diff options
| author | Adam Harvey <adam@ahprojects.com> | 2019-02-28 19:01:59 +0100 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2019-02-28 19:01:59 +0100 |
| commit | a65dc729ec0d0a1e2287d67fc5fe2fc7ed878fec (patch) | |
| tree | 5bdbf2c815860d291ccd03a3a8c49df22d58bd62 /site/assets/css | |
| parent | ae75bcedcef5d2a77bb333e49206969f6ff1eb9b (diff) | |
| parent | e845766d970f4afefc2fc47367c3478413f98ff2 (diff) | |
merge
Diffstat (limited to 'site/assets/css')
| -rw-r--r-- | site/assets/css/css.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 3bd09f23..ab3bb4a7 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -112,13 +112,19 @@ footer { justify-content: space-between; color: #888; font-size: 9pt; - padding: 20px 75px 20px; + padding: 20px 0 20px; font-family: "Roboto", sans-serif; } footer > div { display: flex; flex-direction: row; } +footer > div:nth-child(1) { + padding-left: 75px; +} +footer > div:nth-child(2) { + padding-right: 75px; +} footer a { display: inline-block; color: #888; @@ -237,6 +243,7 @@ p { align-items: flex-start; font-size: 10pt; margin-bottom: 20px; + font-family: 'Roboto', sans-serif; } .meta > div { margin-right: 30px; @@ -348,6 +355,7 @@ section.images { flex-direction: row; align-items: flex-start; justify-content: center; + clear: both; } .image:only-child { width: 100%; @@ -396,8 +404,8 @@ section.fullwidth .image { } .sideimage img { margin-right: 10px; - width: 250px; - height: 250px; + width: 200px; + height: 200px; } /* blog index */ @@ -540,11 +548,11 @@ section.fullwidth .image { .desktop .dataset-list a:nth-child(3n+2):hover { background-color: rgba(255, 128, 0, 0.2); } .dataset-list a:nth-child(3n+3) { background-color: rgba(255, 255, 0, 0.1); } -.desktop .dataset-list .dataset:nth-child(3n+3):hover { background-color: rgba(255, 255, 0, 0.2); } +.desktop .dataset-list a:nth-child(3n+3):hover { background-color: rgba(255, 255, 0, 0.2); } .dataset-list span { - box-shadow: -3px -3px black, 3px -3px black, -3px 3px black, 3px 3px black; - background-color: black; + box-shadow: -3px -3px #181818, 3px -3px #181818, -3px 3px #181818, 3px 3px #181818; + background-color: #181818; box-decoration-break: clone; } |
