1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 22:50:31 -04:00
jarv.is/components/Wallpaper/Wallpaper.module.css

14 lines
209 B
CSS

.wallpaper {
display: flex;
justify-content: center;
align-items: center;
padding: 1.5em 0;
width: 100%;
min-height: 400px;
}
.tile {
background-repeat: repeat;
background-position: center;
}