Merge branch 'sub'

This commit is contained in:
subsub8729 2022-09-29 18:02:34 +09:00
commit 30810fb451

View File

@ -1,4 +1,8 @@
body{position: relative; width: 100%; height: 100%;}
.tutorial{width: 100%; height: 100%; overflow-x: hidden;}
.mask{position: absolute; display: flex; width: 100%; height: 100%; left: 0; top: 0;}
.tutorial img{position: absolute;left: 50%;top: 0;transform: translateX(-50%);}
.mask{position: fixed; display: flex; width: 100%; height: 100%; left: 0; top: 0; z-index: 5;}
.left_mask,.right_mask{width: 50%; height: 100%; background-color: transparent;}
@media all and (max-width: 1800px){
.tutorial img{width: 100%; min-width: 1680px;}
}