We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe14a50 commit bd95fc4Copy full SHA for bd95fc4
src/themes/basic/_coverpage.styl
@@ -1,10 +1,11 @@
1
section.cover
2
+ position relative
3
align-items center
4
background-position center center
5
background-repeat no-repeat
6
background-size cover
- height 100vh
7
- width 100vw
+ min-height 100vh
8
+ width 100%
9
display none
10
11
&.show
@@ -15,12 +16,12 @@ section.cover
15
16
opacity 0.8
17
position absolute
18
top 0
- height 100%
19
+ bottom 0
20
width 100%
21
22
.cover-main
23
flex 1
- margin -20px 16px 0
24
+ margin 0 16px
25
text-align center
26
position: relative
27
0 commit comments