aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-05-29 12:24:32 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-05-29 12:24:32 +0200
commit43329e676113c442dae617d69dd36ec981442301 (patch)
treec35accb8e58499f280a7a8874e79e2726f4e2156
parent68acd09e4aa653865038be6397cb73c3dc57ac68 (diff)
feat: add more vertical padding to footer
-rw-r--r--assets/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index ace12db..2376321 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -260,7 +260,7 @@ code {
justify-content: center;
align-items: center;
text-align: center;
- padding: 10px;
+ padding: 30px 10px;
box-sizing: border-box;
}