added extra levels to selector

master
Jordan Han 2019-05-13 11:31:46 +08:00
parent ac49ce517f
commit abd9fd1e73
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -25,8 +25,8 @@
padding-bottom: 77%; padding-bottom: 77%;
margin: 12% -10%; margin: 12% -10%;
background-size: cover; background-size: cover;
background-position: bottom; background-position: 0 100%;
&:checked { &:checked {
background-position: center; background-position: 0 33.33%;
} }
} }