This commit is contained in:
Lynne Megido 2019-05-01 20:30:18 +00:00
parent 6f327b3716
commit 7798c71df4

View File

@ -14,7 +14,7 @@ a:hover {
article, footer {
width: 50%;
max-width: 1000px;
min-width: min(500px, 100%);
min-width: min(500px, 95vw);
margin: 0 auto;
line-height:1.4em;
}