Skip to content

Commit 7fd0d5a

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
improve logo CSS
1 parent 4b56cb9 commit 7fd0d5a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/assets/css/style.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ body {
9797

9898
.nav-container {
9999
width: 100%;
100-
padding: 0 calc(var(--space) * 6);
100+
padding: 0 calc(var(--space) * 6) 0 calc(var(--space) * 3);
101101
max-width: none;
102102
}
103103

104104
.nav-inner {
105105
display: flex;
106106
align-items: center;
107107
justify-content: space-between;
108-
height: 80px;
108+
height: 48px;
109109
}
110110

111111
.nav-logo {
@@ -115,10 +115,12 @@ body {
115115

116116
.nav-logo a {
117117
font-family: "Passion One", cursive;
118-
font-size: 32px;
118+
font-size: 26px;
119119
font-weight: 400;
120120
color: var(--black);
121-
text-decoration: none;
121+
text-decoration: underline;
122+
text-decoration-color: var(--black);
123+
text-underline-offset: 4px;
122124
letter-spacing: 1px;
123125
display: inline-block;
124126
transform: rotate(-3deg) skewX(-8deg);
@@ -157,7 +159,7 @@ body {
157159
}
158160

159161
.nav-container {
160-
padding: 0 calc(var(--space) * 6);
162+
padding: 0 calc(var(--space) * 6) 0 calc(var(--space) * 3);
161163
}
162164
}
163165

0 commit comments

Comments
 (0)