12,417
edits
Coffeesaga (talk | contribs) No edit summary |
Coffeesaga (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
} | } | ||
@media screen and (min-width:451px) { | |||
.artGallery { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
margin-top: 20px; | |||
margin-bottom: 20px; | |||
margin-left:auto; | |||
margin-right:auto; | |||
} | |||
.artistCards { | .artistCards { | ||
background-color: #c0c0c0; | background-color: #c0c0c0; | ||
Line 99: | Line 107: | ||
.artistCards:hover img { | .artistCards:hover img { | ||
opacity: | opacity: 1; | ||
} | } | ||
} | } | ||