diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-05 00:18:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-05 00:18:58 +0100 |
| commit | 824c958a7f29ab1fe31d09035c04a150379aecea (patch) | |
| tree | 9c852779619aa0ced05ff2243c136cbb01658654 /site/assets/css/css.css | |
| parent | dc2d8ebaeae1711ed3089a12c35febfe59c7960c (diff) | |
index
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 001348ef..eed1ff48 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -185,7 +185,7 @@ section { font-weight: 300; font-size: 16pt; color: #ddd; - margin-bottom: 50px; + margin-bottom: 20px; margin-top: 30px; line-height: 36px; } @@ -217,6 +217,17 @@ p { font-size: 9pt; padding-bottom: 4px; } +.right-sidebar { + float: right; + width: 200px; + margin-left: 40px; +} +.right-sidebar .meta { + flex-direction: column; +} +.right-sidebar .meta > div { + margin-bottom: 10px; +} /* lists */ @@ -456,5 +467,5 @@ section.fullwidth .image { .dataset-list a:nth-child(3n+2) { background-color: rgba(255, 128, 0, 0.1); } .desktop .dataset-list a:nth-child(3n+2):hover { background-color: rgba(255, 128, 0, 0.2); } -.dataset-list .dataset: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); }
\ No newline at end of file +.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); } |
