Template:Artist Previews/styles.css: Difference between revisions

From Archon Arcana - The KeyForge Wiki
no edit summary
(Undo revision 34251 by Coffeesaga (talk))
Tag: Undo
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) {
  .artGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
  }
   .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);
  }
}