1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-17 09:28:43 -04:00
Files
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;
}