jensmemes3-web/sass/css/_imgContainer.scss
Timo Ley 40338edec3
All checks were successful
continuous-integration/drone Build is passing
chore: use zola to build
2023-01-01 14:29:44 +01:00

13 lines
209 B
SCSS

.imgContainer {
max-width: 20%;
padding: 10px;
border: 2px solid $accentColor;
margin-right: 10px;
margin-bottom: 10px;
flex-basis: 100%;
img, video {
width: 100%;
cursor: pointer;
}
}