diff options
Diffstat (limited to 'served/styles')
-rwxr-xr-x | served/styles/common.css | 8 | ||||
-rw-r--r-- | served/styles/home.css | 6 |
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; } |