small css simplification
This commit is contained in:
parent
11a1e48e0d
commit
e855b5e35a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ textarea {
|
||||||
|
|
||||||
@media screen and (min-width: 60rem) {
|
@media screen and (min-width: 60rem) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
grid-template-columns: 14rem minmax(40rem, 50rem);
|
grid-template-columns: 14rem minmax(0, 50rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
Reference in a new issue