increased min-width

This commit is contained in:
Lynne Megido 2019-05-02 06:22:51 +10:00
parent f6e0d605ee
commit a3a971870a

View File

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