aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-03-24 14:21:34 -0500
committerMichael Hunteman <michael@huntm.net>2023-03-24 14:21:34 -0500
commit26cf5e1c0810374d7927e8631afa1e1afa27eab4 (patch)
tree6aebdac57948bbc120d29ec6a8fe7bc6bc5d30fc /assets
parent524fa9f717d624bdd8e3bd6f7c69156714e32793 (diff)
Fix mobile format
Diffstat (limited to 'assets')
-rw-r--r--assets/main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/main.scss b/assets/main.scss
index f1f0864..4381427 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -23,7 +23,7 @@ header {
footer {
text-align: center;
- margin: 4rem;
+ margin: 4rem 0;
}
nav {
@@ -44,7 +44,7 @@ nav ul li:not(:first-child) {
display: inline;
padding-left: 2rem;
@media only screen and (max-width: 600px) {
- padding: 0rem;
+ padding: 0.2rem;
}
}