Skip to content

Commit 64020fb

Browse files
committed
Merge branch 'main' into groups-page
1 parent 2b37c07 commit 64020fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pages/dev/lexicon/main.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ a:hover
6464

6565
.text
6666
text-align: right
67-
position:absolute
67+
position: absolute
6868
padding: 5px 20px
6969
z-index: 100
7070
background-color: rgba(0, 0, 0, 0.2)
@@ -78,7 +78,7 @@ a:hover
7878
color: white
7979

8080
.back-img
81-
position:absolute
81+
position: absolute
8282
z-index: 0
8383
height: 30vh
8484
object-fit: cover

pages/donate/main.module.sass

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ p
2626

2727
.donate-title
2828
a
29-
color:white
29+
color: white
3030
a:hover
3131
text-decoration: none
3232

@@ -64,14 +64,14 @@ p
6464
text-decoration: none
6565

6666
.donate-img
67-
position:absolute
67+
position: absolute
6868
z-index: 1
6969
height: 80vh
7070
width: 100%
7171
object-fit: cover
7272

7373
.text
74-
position:absolute
74+
position: absolute
7575
z-index: 100
7676
padding: 0 20px
7777

0 commit comments

Comments
 (0)