diff options
| -rw-r--r-- | public/assets/css/css.css | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index e2bcebd..517a04b 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -79,11 +79,11 @@ a { .legend { position: absolute; - bottom: 0; + bottom: 3rem; left: 0; font-size: 0.875rem; line-height: 1.75; - margin: 1rem 1.5rem; + margin: 0 2rem; /*background: rgba(64, 64, 64, 0.5);*/ color: #fff; text-shadow: 0 0 2px #000; @@ -231,9 +231,8 @@ a { .quote { position: absolute; - top: 0; - right: 0; - margin: 1rem 1.5rem; + top: 3.5rem; + right: 2rem; font-size: 0.875rem; color: #fff; transition: opacity 0.2s; @@ -277,10 +276,10 @@ a { .credits-link { position: absolute; right: 0; - bottom: 0; + bottom: 2rem; color: #fff; transition: opacity 0.2s; - margin: 1rem 1.5rem; + margin: 1rem 2rem; opacity: 0; pointer-events: none; cursor: pointer; @@ -324,7 +323,7 @@ a { } .credits .row .column { width: 33%; - padding: 1rem 1.5rem; + padding: 1rem 2rem; position: relative; } .credits .bibliography-title { @@ -332,7 +331,7 @@ a { } .credits .bibliography .column { width: 25%; - padding: 1rem 1.5rem; + padding: 1rem 2rem; } .credits h2 { width: 100%; @@ -341,7 +340,7 @@ a { font-size: 1rem; margin-top: 0; padding-top: 0; - margin-bottom: 1rem; + margin-bottom: 1.5rem; } .credits .logos { margin-top: 1rem; @@ -379,14 +378,14 @@ a { .credits .close { position: absolute; top: 1rem; - right: 1.5rem; + right: 2rem; cursor: pointer; height: 1.5rem; } .intro .close { position: absolute; top: 3rem; - right: 1.5rem; + right: 2rem; cursor: pointer; height: 1.5rem; } |
