diff options
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index d2ad0f7e..6f98391d 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -132,6 +132,7 @@ footer { justify-content: space-between; color: #888; font-size: 9pt; + line-height: 17px; padding: 20px 0 20px; font-family: "Roboto", sans-serif; } @@ -169,7 +170,7 @@ h1 { h2 { color: #eee; font-weight: 400; - font-size: 32px; + font-size: 34px; line-height: 43px; margin: 20px 0 20px; padding: 0; @@ -177,9 +178,9 @@ h2 { font-family: 'Roboto Mono', monospace; } h3 { - margin: 0 0 20px 0; + margin: 0 0 18px 0; padding: 20px 0 0 0; - font-size: 22pt; + font-size: 28px; font-weight: 400; transition: color 0.1s cubic-bezier(0,0,1,1); font-family: 'Roboto Mono', monospace; @@ -350,7 +351,7 @@ ul li { margin-bottom: 8px; color: #dedede; font-weight: 300; - font-size: 13px; + font-size: 14px; } /* misc formatting */ @@ -734,6 +735,7 @@ section.fullwidth .image { padding: 0; cursor: pointer; margin-right: 20px; + font-size: 16px; } .dataset-list .sort-options li:before { content: '_'; @@ -1039,4 +1041,14 @@ li p { .citationHeader { padding-bottom: 10px +} +.download-btn{ + display: inline-block; + font-size: 13px; + color: #ddd; + cursor: pointer; + background: #333; + padding: 8px 10px; + border-radius: 5px; + transition: all 0.1s; }
\ No newline at end of file |
