Template:Home/Polaroids/styles.css: Difference between revisions

Template page
(Created page with "#polaroid-gallery li { display: inline-block; } #polaroid-gallery { width: 50%; } @media (max-width: 850px) { #polaroid-gallery { width: 100%; } }")
 
No edit summary
Tag: Reverted
Line 4: Line 4:


#polaroid-gallery {
#polaroid-gallery {
     width: 50%;
     width: 100%;
}
}
 
/*
@media (max-width: 850px) {
@media (max-width: 850px) {
#polaroid-gallery {
#polaroid-gallery {
Line 12: Line 12:
}
}
}
}
*/

Revision as of 21:56, 20 April 2022

#polaroid-gallery li {
    display: inline-block;
}

#polaroid-gallery {
    width: 100%;
}
/*
@media (max-width: 850px) {
#polaroid-gallery {
    width: 100%;
}
}
*/