diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-27 14:42:31 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-27 14:42:31 +0400 |
commit | 3c4f85b983e7930122907ca4df619849064e81c3 (patch) | |
tree | 68282b940ea6ff619776689740855952677fb35c /style.css | |
parent | da5acd3d040997ca1b01d402089afb748f4addce (diff) |
style for list items and small margin-bottom for paragraph added.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,7 @@ body { } p { + margin-bottom: -0.5em; font-size: 1.3em; } @@ -24,6 +25,10 @@ a:hover { color: #B48EAD; /* Purple */ } +li { + font-size: 1.1em; +} + small { padding: 0.6em; } |