diff --git a/content/2020/40/index.html b/content/2020/40/index.html
index 68ff592..46a7582 100644
--- a/content/2020/40/index.html
+++ b/content/2020/40/index.html
@@ -25,7 +25,6 @@ body {
color: black;
background: white;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
- text-align:right;
}
a { color: darkred; }
a:hover { background: gold; }
@@ -35,7 +34,6 @@ nav li { list-style-type: none; }
h2 > a, h2 > a:active, h2 > a:visited { color: lightgrey; text-decoration:none;}
h2 > a:hover { color: black; text-decoration:underline }
-
@media (max-width: 1000px) { #portrait {display:none;} }
diff --git a/lib/template.html b/lib/template.html
index a2d605e..f2e94e2 100644
--- a/lib/template.html
+++ b/lib/template.html
@@ -25,7 +25,6 @@ body {
color: black;
background: white;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
- text-align:right;
}
a { color: darkred; }
a:hover { background: gold; }
@@ -35,7 +34,6 @@ nav li { list-style-type: none; }
h2 > a, h2 > a:active, h2 > a:visited { color: lightgrey; text-decoration:none;}
h2 > a:hover { color: black; text-decoration:underline }
-
@media (max-width: 1000px) { #portrait {display:none;} }