We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23816d commit 4349badCopy full SHA for 4349bad
.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,10 +1,11 @@
section.cover
+ position relative
align-items center
background-position center center
background-repeat no-repeat
background-size cover
- height 100vh
- width 100vw
+ min-height 100vh
+ width 100%
display none
&.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