increase <main> size a bit

This commit is contained in:
Rupus Reinefjord 2018-01-12 14:42:17 +01:00
parent 5c13abdaed
commit b6d0efebbc

View file

@ -168,7 +168,7 @@ textarea {
@media screen and (min-width: 60rem) {
.wrapper {
grid-template-columns: 14rem 40rem;
grid-template-columns: 14rem minmax(40rem, 50rem);
}
header {