< Template:Home | Polaroids
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
} | } | ||
#polaroid-gallery | #polaroid-gallery ul { | ||
display: | display: flex; | ||
flex-direction: row; | |||
flex-wrap: wrap; | |||
align-content: center; | |||
justify-content: center; | |||
align-items: center; | |||
list-style-type: none; | |||
} | } | ||
Revision as of 18:39, 1 June 2023
#polaroid-gallery { grid-row: span 2; } #polaroid-gallery ul { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; list-style-type: none; } #rotate-script { display: none; } /* @media only screen and (min-width : 751px) { #polaroid-gallery { grid-column: span 2; } }*/