Skip to content

Commit 1c7fe51

Browse files
authored
Increase main nav font and search icon size
* Increase main nav font and search icon size
1 parent 69dcd29 commit 1c7fe51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_sass/navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
ul li a {
120120
color: $white;
121-
font-size: rem(18px);
121+
font-size: 1.3rem;
122122
letter-spacing: 0;
123123
line-height: rem(34px);
124124
text-align: center;

_sass/search.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ input::placeholder {
321321
color: transparent;
322322
width: 25px;
323323
height: 25px;
324-
background-size: 12px 15px;
324+
background-size: 14px 16px;
325325
background-repeat: no-repeat;
326-
background-position: 7px 5px;
326+
background-position: 6px 5px;
327327
border-radius: 25px;
328328
cursor: pointer;
329329
&:hover {

0 commit comments

Comments
 (0)