don't go over 100% width
This commit is contained in:
parent
a3a971870a
commit
6f327b3716
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ a:hover {
|
||||||
article, footer {
|
article, footer {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
min-width: 500px;
|
min-width: min(500px, 100%);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
line-height:1.4em;
|
line-height:1.4em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue