Skip to content
Snippets Groups Projects
Commit 82d23452 authored by Tuukka Turu's avatar Tuukka Turu
Browse files

Some margin adjustments and logo size initial styles

parent 6029b46e
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,11 @@
.menu--main-group__mobile-toggle {
border: none;
background: transparent;
padding: 15px 28px 15px 15px;
padding: 15px 16px 15px 12px;
@include breakpoint($narrow) {
padding: 15px 28px 15px 15px;
}
&:hover {
cursor: pointer;
......
......@@ -139,3 +139,24 @@
}
}
}
.hy-site-header__logo-container {
a.group {
@include font-size(14px, 16px);
@include font-weight($semibold);
color: var(--grayscale-black);
font-family: var(--main-font-family);
letter-spacing: -0.8px;
text-decoration: none;
text-transform: uppercase;
@include breakpoint($narrow) {
@include font-size(24px, 28px);
}
@include breakpoint($xlarge) {
@include font-size(26px, 30px);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment