diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 8919915..d70f7f3 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -104,7 +104,18 @@ hr { margin-left: -1rem; margin-right: -1rem; } - +.dim:focus { + transition: none; + opacity: 1; +} +ul { + padding-inline-start: 2rem; +} +@media only screen and (max-width: 30em) { + ul { + padding-inline-start: 1rem; + } +} /* --------------------------------------------------- diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 0ccd272..dee3dd3 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -80,7 +80,7 @@
@@ -90,7 +90,7 @@
@@ -100,7 +100,7 @@
diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 3ece20f..f89f1e1 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -8,7 +8,7 @@
@@ -27,7 +27,7 @@
@@ -35,7 +35,7 @@
@@ -43,7 +43,7 @@
@@ -60,7 +60,7 @@
@@ -75,7 +75,7 @@