increase <main> size a bit
This commit is contained in:
parent
5c13abdaed
commit
b6d0efebbc
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ textarea {
|
||||||
|
|
||||||
@media screen and (min-width: 60rem) {
|
@media screen and (min-width: 60rem) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
grid-template-columns: 14rem 40rem;
|
grid-template-columns: 14rem minmax(40rem, 50rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
Reference in a new issue