aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 11:33:31 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 11:33:31 +0100
commitd1afaeaf6b950e424c86f03432605daaaf810b18 (patch)
treee0b8882737aaad66a755b4fd63f809fe20315a05 /template
parent014bb77c16baa8570a216bf85468dc43c3a397a4 (diff)
downloadmitjafelicijan.com-d1afaeaf6b950e424c86f03432605daaaf810b18.tar.gz
Fix line height in headings
Diffstat (limited to 'template')
-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