summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-04-23 19:56:39 -0600
committerYour Name <you@example.com>2025-04-23 19:56:39 -0600
commit6fb88f460c96f33d11f73fac083a672ee4262276 (patch)
treec6d039320b340a9663a67b68da694f1c7bae50d3 /styles.css
parentc589a3b9a8855775a6756c5b6a4eb0a163c7e38c (diff)
padding in index
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 5174f5b..959f2fe 100644
--- a/styles.css
+++ b/styles.css
@@ -58,3 +58,10 @@ a:active {
background-color: transparent;
text-decoration: underline;
}
+
+div {
+ padding-top: 20px;
+ padding-right: 35px;
+ padding-bottom: 20px;
+ padding-left: 35px;
+}