diff options
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; } |