< Template:Home | Polaroids
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
#rotate-script { | #rotate-script { | ||
display: none; | display: none; | ||
} | |||
@media only screen and (min-width : 751px) { | |||
#polaroid-gallery { | |||
grid-column: span 2; | |||
} | |||
} | } | ||
Revision as of 14:05, 21 April 2022
#polaroid-gallery {
border: 1px solid #f81472;
border-radius: 15px;
padding-bottom: 20px;
}
#polaroid-gallery li {
display: inline-block;
}
#rotate-script {
display: none;
}
@media only screen and (min-width : 751px) {
#polaroid-gallery {
grid-column: span 2;
}
}