Skip to content

Commit c523f15

Browse files
committed
Update custom.scss
1 parent ec52db0 commit c523f15

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

_sass/custom/custom.scss

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@
1010
}
1111
}
1212

13-
.site-title {
14-
height: 150%;
13+
.site-title {
14+
padding-right: 1rem;
15+
padding-left: 1rem;
16+
flex-grow: 1;
17+
display: flex;
18+
height: 200%;
19+
align-items: center;
20+
padding-top: .75rem;
21+
padding-bottom: .75rem;
22+
color: #27262b;
23+
font-size: 1.125rem !important
1524
}
1625

0 commit comments

Comments
 (0)