diff options
author | cyfraeviolae <cyfraeviolae> | 2021-01-01 01:32:44 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2021-01-01 01:32:44 -0500 |
commit | b1eec95b6d578b890b5a957b6e61378d5eedab14 (patch) | |
tree | 4a5e78214fe422e703f68ce2f845d6ed5bce7b53 /static | |
parent | e8f536fdea54484d294ff80b53272e989be737bd (diff) |
css
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index 321d507..6280df7 100644 --- a/static/style.css +++ b/static/style.css @@ -33,8 +33,8 @@ a:hover { margin-bottom: 1em; } -.domain-name, .title { - letter-spacing: -1.5px; +.title { + letter-spacing: -0.5px; } ul { @@ -94,7 +94,11 @@ p { margin-bottom: .3em; } + +.ico { +} + .sep { - margin-left: 3px; - margin-right: 3px; + margin-left: 10px; + margin-right: 10px; } |