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