1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-12-05 15:19:00 -05:00
Files
jarv.is/components/Wallpaper/Wallpaper.module.css

15 lines
236 B
CSS

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