mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
17 lines
No EOL
293 B
SCSS
17 lines
No EOL
293 B
SCSS
|
|
|
|
.gallery {
|
|
gap: 0.5rem;
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
|
|
|
a {
|
|
flex: 1 1 10em;
|
|
img{
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
display: block;
|
|
}
|
|
}
|
|
} |