Update styles.css

This commit is contained in:
Kyle
2020-03-30 13:57:39 -07:00
parent a2234d2d1f
commit 5415e4a406

View File

@@ -376,7 +376,7 @@ input[type='checkbox'], select, option, input[type='file'], button {
grid-template-columns: auto;
justify-items: center;
grid-gap: 1rem;
padding: 1rem 0;
padding: 1rem;
}
.layer {
padding: 2rem;
@@ -425,7 +425,7 @@ canvas {
}
@media screen and (min-width: 618pt) { /*Screen is wide enough for padding*/
.mainGrid {
padding: 1rem 1rem;
/*padding: 1rem 1rem;*/
}
}
@media screen and (min-width: 768px) { /*Screen is wide enough for the card image to be 750px wide. Scrollbar is 18 pixels?*/