summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-12-27 14:42:31 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-12-27 14:42:31 +0400
commit3c4f85b983e7930122907ca4df619849064e81c3 (patch)
tree68282b940ea6ff619776689740855952677fb35c /style.css
parentda5acd3d040997ca1b01d402089afb748f4addce (diff)
style for list items and small margin-bottom for paragraph added.
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 19c98e9..fa7019e 100644
--- a/style.css
+++ b/style.css
@@ -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;
}