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

From Archon Arcana - The KeyForge Wiki
no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 25: Line 25:
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
     display: grid;
     justify-content: center;
    grid-template-columns: repeat(3, 1fr);
     margin-top: 20px;
     margin-top: 20px;
     margin-bottom: 20px;
     margin-bottom: 20px;
Line 108: Line 107:


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