Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit dfa5d3c

Browse files
committed
fix for edge alignment
1 parent 81c631d commit dfa5d3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/sass/app_2/_common/layout/header.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,12 @@
134134
border-radius: 10px;
135135
color: $COLOR_WHITE;
136136
display: inline-block;
137-
font-size: 0.9em;
137+
font-size: 1.4rem;
138138
font-weight: normal;
139139
height: 20px;
140-
line-height: 1.5;
141-
margin-left: 0.6em;
140+
line-height: 1.43;
141+
margin-left: 0.8rem;
142142
text-align: center;
143-
vertical-align: middle;
144143
width: 50px;
145144
}
146145
&__icon {

0 commit comments

Comments
 (0)