diff options
author | syn <isaqtm@gmail.com> | 2020-02-18 23:52:43 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-18 23:52:43 +0300 |
commit | 823871c1480157529ae730d15fe0d0b93182a1e6 (patch) | |
tree | 07df8c9b8678f70b653ec236619a1c67c56c569e /style.css | |
parent | 130691ada3ff9d0c8e9fa4378ae461d66f66871d (diff) | |
download | iro-823871c1480157529ae730d15fe0d0b93182a1e6.tar.gz |
Add more links & adjust padding
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -79,7 +79,7 @@ ul.dmcol { color: #e8702a; } -ul.any { +ul.calccol { color: #ffbe4f; } @@ -94,7 +94,6 @@ li { } - /* Actual code */ @@ -119,6 +118,7 @@ a { ul { padding-left: 0; + margin-top: -15px; } li, a { @@ -130,6 +130,10 @@ li, a { transition: color 200ms; } +.hdr { + margin-top: 20px; +} + a:hover, li { color: inherit; } @@ -165,4 +169,5 @@ div { display: inline-block; padding-left: 2em; padding-right: 2em; + padding-top: 30px; } |