We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dcd29 commit 1c7fe51Copy full SHA for 1c7fe51
_sass/navigation.scss
@@ -118,7 +118,7 @@
118
119
ul li a {
120
color: $white;
121
- font-size: rem(18px);
+ font-size: 1.3rem;
122
letter-spacing: 0;
123
line-height: rem(34px);
124
text-align: center;
_sass/search.scss
@@ -321,9 +321,9 @@ input::placeholder {
321
color: transparent;
322
width: 25px;
323
height: 25px;
324
- background-size: 12px 15px;
+ background-size: 14px 16px;
325
background-repeat: no-repeat;
326
- background-position: 7px 5px;
+ background-position: 6px 5px;
327
border-radius: 25px;
328
cursor: pointer;
329
&:hover {
0 commit comments