about summary refs log tree commit diff
path: root/served/styles
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-18 13:33:51 -0600
committergennyble <gen@nyble.dev>2024-12-18 13:33:51 -0600
commitc4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f (patch)
treefa02cd18c178cc1c3635bc0e3a8b3f34d531b821 /served/styles
parentfe31f2e8b67bda0b7a3e456285047d67ceed27d9 (diff)
download∞-c4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f.tar.gz
∞-c4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f.zip
Mrow
Diffstat (limited to 'served/styles')
-rwxr-xr-xserved/styles/common.css8
-rw-r--r--served/styles/home.css6
2 files changed, 7 insertions, 7 deletions
diff --git a/served/styles/common.css b/served/styles/common.css
index f798e3a..91750cf 100755
--- a/served/styles/common.css
+++ b/served/styles/common.css
@@ -36,7 +36,7 @@ body {
 	margin: 0;
 	padding: 0;
 	width: 100%;
-	height: 100%;
+	min-height: 100%;
 }
 
 body {
@@ -84,12 +84,6 @@ p {
 	margin: 1rem 0;
 }
 
-ul {
-	padding: 0;
-	list-style-position: inside;
-	list-style-type: decimal;
-}
-
 a {
 	color: var(--link);
 }
diff --git a/served/styles/home.css b/served/styles/home.css
index bd23605..c67d711 100644
--- a/served/styles/home.css
+++ b/served/styles/home.css
@@ -1,3 +1,9 @@
+ul {
+	padding: 0;
+	list-style-position: inside;
+	list-style-type: decimal;
+}
+
 #hello {
 	margin: 1rem 0;
 }