mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-22 12:16:14 -04:00
separate out windows me wallpaper container
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user