Skip to content

Commit fdd5510

Browse files
committed
Center main menu icon
1 parent 251e72e commit fdd5510

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/styles/components/_header.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,10 @@
243243
height: 100%;
244244
font-size: 22px;
245245
color: #9badbb;
246-
246+
display: flex;
247+
align-items: center;
248+
justify-content: center;
249+
247250
&:hover {
248251
color: #b9c6d0;
249252
}

0 commit comments

Comments
 (0)