mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-12-05 16:38:57 -05:00
separate out windows me wallpaper container
This commit is contained in:
14
components/Wallpaper/Wallpaper.module.css
Normal file
14
components/Wallpaper/Wallpaper.module.css
Normal file
@@ -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