diff options
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 90c508de..2ff98114 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -122,6 +122,7 @@ header .links a { transition: color 0.1s cubic-bezier(0,0,1,1), border-color 0.05s cubic-bezier(0,0,1,1); border-bottom: 1px solid rgba(255,255,255,0); padding-bottom: 3px; + padding-top: 2px; font-weight: 400; } header .links a.active { @@ -136,9 +137,9 @@ header .links a.active { color: #fff; border-bottom: 2px solid rgba(255,255,255,1); } -header .links.splash { - font-size: 22px; - font-weight: 400; +.home header .links a { + margin-right: 30px; + margin-left: 1px; } /* footer */ |
