summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-19 02:45:43 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-19 02:45:43 +0530
commit9e48353458367b0c383687c53349d93b5c3d19ba (patch)
tree5ead389a87d050de0b4f514cd0308a2c54bee8df /static
parent775772b5c4d0948a984607349fbc405380879f66 (diff)
added bottom margin to main
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index f496c01..dd9b9f1 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -91,7 +91,7 @@ code, code * {
main {
width: 95%;
max-width: 1300px;
- margin: 4rem auto auto auto;
+ margin: 4rem auto;
}
nav {