1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-22 10:56:17 -04:00
Files
jarv.is/components/Wallpaper/Wallpaper.module.css
T

10 lines
122 B
CSS

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