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

From Archon Arcana - The KeyForge Wiki
no edit summary
No edit summary
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;
  }


@media screen and (min-width:451px) {
   .artistCards {
   .artistCards {
     background-color: #c0c0c0;
     background-color: #c0c0c0;
Line 99: Line 107:


   .artistCards:hover img {
   .artistCards:hover img {
     opacity: .9;
     opacity: 1;
   }
   }


}
}
@media screen and (min-width:451px) and (max-width:800px) {
  .artGallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}