Skip to content

Commit f6ed795

Browse files
authored
Merge branch 'develop' into emoji
2 parents bc0291c + 301b516 commit f6ed795

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.DS_Store
22
.idea
33
*.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
99

1010
# exceptions
1111
!.gitkeep

src/themes/basic/_coverpage.styl

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
section.cover
2+
position relative
23
align-items center
34
background-position center center
45
background-repeat no-repeat
56
background-size cover
6-
height 100vh
7-
width 100vw
7+
min-height 100vh
8+
width 100%
89
display none
910

1011
&.show
@@ -15,12 +16,12 @@ section.cover
1516
opacity 0.8
1617
position absolute
1718
top 0
18-
height 100%
19+
bottom 0
1920
width 100%
2021

2122
.cover-main
2223
flex 1
23-
margin -20px 16px 0
24+
margin 0 16px
2425
text-align center
2526
position: relative
2627

0 commit comments

Comments
 (0)