File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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 : 80 px ;
108+ height : 48 px ;
109109}
110110
111111.nav-logo {
@@ -115,10 +115,12 @@ body {
115115
116116.nav-logo a {
117117 font-family : "Passion One" , cursive;
118- font-size : 32 px ;
118+ font-size : 26 px ;
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
You can’t perform that action at this time.
0 commit comments