mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 05:38:26 -04:00
10 lines
122 B
CSS
10 lines
122 B
CSS
.wallpaper {
|
|
width: 100%;
|
|
min-height: 400px;
|
|
}
|
|
|
|
.tile {
|
|
background-repeat: repeat;
|
|
background-position: center;
|
|
}
|