File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
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
2
3
align-items center
3
4
background-position center center
4
5
background-repeat no-repeat
5
6
background-size cover
6
- height 100vh
7
- width 100 vw
7
+ min- height 100vh
8
+ width 100 %
8
9
display none
9
10
10
11
& .show
@@ -15,12 +16,12 @@ section.cover
15
16
opacity 0.8
16
17
position absolute
17
18
top 0
18
- height 100 %
19
+ bottom 0
19
20
width 100%
20
21
21
22
.cover-main
22
23
flex 1
23
- margin - 20 px 16px 0
24
+ margin 0 16px
24
25
text-align center
25
26
position : relative
26
27
You can’t perform that action at this time.
0 commit comments