Skip to content

Commit a23e888

Browse files
committed
💄 center align text on home page
1 parent 90aed21 commit a23e888

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/src/templates/landing-main/contrib-section/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ div.contrib-section>div:nth-child(3) {
3535
color: rgb(228, 228, 228);
3636
font-weight: bold;
3737
align-items: center;
38+
text-align: center;
3839
width: 100%;
3940
background-color: transparent !important;
4041
&>* {

doc/src/templates/landing-main/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
font-size: 1.5em;
7676
font-weight: bold;
7777
letter-spacing: 0.1rem;
78+
text-align: center;
7879
}
7980

8081
a {

0 commit comments

Comments
 (0)