aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/style.css b/template/style.css
index 8fa083e..5aee568 100755
--- a/template/style.css
+++ b/template/style.css
@@ -268,6 +268,12 @@ time {
268 .navigation header { padding: 0 20px; } 268 .navigation header { padding: 0 20px; }
269} 269}
270 270
271@media only screen and (max-width: 600px) {
272 .navigation header { display: block; }
273 .navigation header h3 { text-align: center; margin-bottom: 10px; }
274 .navigation header nav { text-align: center; }
275}
276
271 277
272/* light/dark mode */ 278/* light/dark mode */
273 279