diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 09:50:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 09:50:01 +0200 |
| commit | 11663b4b83cd735e83229a4ce85d6a3d4c1cb941 (patch) | |
| tree | eaeaff244520c572f4f88496b819d5311202ac32 /site/assets/css/css.css | |
| parent | 06033681b31c643a17e983241848296354cbdc80 (diff) | |
| parent | cf0d2816acf0ef73ddffbf649677fafcc953c004 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 8c47e980..e21b46ea 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -789,15 +789,21 @@ section.fullwidth .image { /* intro - list of datasets */ .dataset-heading { - background: #000; + /*background: #000;*/ width: 100%; padding: 10px; } +.dataset-heading p{ + max-width: none; +} +.dataset-heading h1{ + max-width: none; +} .dataset-list { display: flex; flex-direction: row; flex-wrap: wrap; - margin:0; + margin: 20px 0 0 0; } .dataset-list a { text-decoration: none; @@ -868,16 +874,23 @@ section.fullwidth .image { display: inline-block; margin: 0; cursor: pointer; - margin-right: 20px; - font-size: 16px; + margin-right: 10px; transition: background 0.2s; background: #555; color: #fff; - padding: 4px 6px; + padding: 8px 12px; border-radius: 4px; font-weight: 500; - font-size: 14px; + font-size: 11px; cursor: pointer; + user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} +.dataset-list .sort-options li:last-child { + margin-right:0; } .dataset-list .sort-options li.active { background: #fff; |
