summaryrefslogtreecommitdiffhomepage
path: root/www/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/assets/style.css')
-rw-r--r--www/assets/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/assets/style.css b/www/assets/style.css
index 14b57c1..f7ef981 100644
--- a/www/assets/style.css
+++ b/www/assets/style.css
@@ -46,6 +46,11 @@ blockquote {
46 margin-inline: 0.2rem; 46 margin-inline: 0.2rem;
47 padding-inline: 6px; 47 padding-inline: 6px;
48} 48}
49@media (max-width: 600px) {
50 ul {
51 padding-left: 1em;
52 }
53}
49 54
50/* Neat CSS: https://neat.joeldare.com */ 55/* Neat CSS: https://neat.joeldare.com */
51* { 56* {