summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css17
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); }