File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
.idea
3
3
* .log
4
- / _playwright-report
5
- / _playwright-results
6
- / lib
7
- / node_modules
8
- / themes
4
+ _playwright-report
5
+ _playwright-results
6
+ lib
7
+ node_modules
8
+ themes
9
9
10
10
# exceptions
11
11
! .gitkeep
Original file line number Diff line number Diff line change 1
1
section .cover
2
- position relative
3
2
align-items center
4
3
background-position center center
5
4
background-repeat no-repeat
6
5
background-size cover
7
- min- height 100vh
8
- width 100 %
6
+ height 100vh
7
+ width 100 vw
9
8
display none
10
9
11
10
& .show
@@ -16,12 +15,12 @@ section.cover
16
15
opacity 0.8
17
16
position absolute
18
17
top 0
19
- bottom 0
18
+ height 100 %
20
19
width 100%
21
20
22
21
.cover-main
23
22
flex 1
24
- margin 0 16px
23
+ margin - 20 px 16px 0
25
24
text-align center
26
25
position : relative
27
26
You can’t perform that action at this time.
0 commit comments