From 824c958a7f29ab1fe31d09035c04a150379aecea Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 5 Jan 2019 00:18:58 +0100 Subject: index --- site/assets/css/css.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'site/assets/css/css.css') 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); } -- cgit v1.2.3-70-g09d2