12,417
edits
Coffeesaga (talk | contribs) (Undo revision 34251 by Coffeesaga (talk)) Tag: Undo |
Coffeesaga (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
@media screen and (min-width:451px) { | @media screen and (min-width:451px) { | ||
.artistCards { | .artistCards { | ||
background-color: #c0c0c0; | background-color: #c0c0c0; | ||
Line 111: | Line 103: | ||
} | } | ||
@media screen and (min-width:451px) and (max-width:800px) { | |||
.artGallery { | |||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
} | |||
} | |||