1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-13 12:02:58 -05:00
Files
jarv.is/components/Wallpaper/Wallpaper.module.css

10 lines
122 B
CSS

.wallpaper {
width: 100%;
min-height: 400px;
}
.tile {
background-repeat: repeat;
background-position: center;
}