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; grid-template-columns: auto;
justify-items: center; justify-items: center;
grid-gap: 1rem; grid-gap: 1rem;
padding: 1rem 0; padding: 1rem;
} }
.layer { .layer {
padding: 2rem; padding: 2rem;
@@ -425,7 +425,7 @@ canvas {
} }
@media screen and (min-width: 618pt) { /*Screen is wide enough for padding*/ @media screen and (min-width: 618pt) { /*Screen is wide enough for padding*/
.mainGrid { .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?*/ @media screen and (min-width: 768px) { /*Screen is wide enough for the card image to be 750px wide. Scrollbar is 18 pixels?*/