added max-width

This commit is contained in:
Adrian Thompson
2020-09-11 13:47:01 +02:00
parent 833cf649f3
commit 1e8a77ec3f

View File

@@ -218,6 +218,7 @@ input[type="text"] {
width: 80%;
margin: auto;
grid-gap: 1em;
max-width: 1600px;
}
}