@@ -12,14 +12,18 @@ footer ul {
1212 font-size : var (--small );
1313}
1414
15- nav , nav ul {
15+ nav ,
16+ nav ul {
1617 display : flex;
1718 width : 100% ;
19+ align-items : center;
20+ max-width : 1024px ;
1821 justify-content : space-between;
22+ margin : 0 auto;
1923}
2024
2125nav .logo-circle {
22- transition : transform .25s ease-in-out;
26+ transition : transform 0 .25s ease-in-out;
2327 flex-shrink : 0 ;
2428 width : 30px ;
2529 height : 30px ;
@@ -28,18 +32,14 @@ nav .logo-circle {
2832 margin : 10px 0 0 0 ;
2933 border-radius : 30px ;
3034 box-shadow : 0 9px 18px rgba (129 , 0 , 0 , 0.3 ), 0 2px 5px rgba (137 , 0 , 0 , 0.2 );
31- background : no-repeat center 6px / 80% url (/assets/images/gem-logo.svg), linear-gradient (to top, # DF3434 0% , # FB5E55 100% );
35+ background : no-repeat center 6px / 80% url (/assets/images/gem-logo.svg),
36+ linear-gradient (to top, # df3434 0% , # fb5e55 100% );
3237}
3338
3439nav .logo-circle {
3540 transform : scale (1.05 );
3641}
3742
38- nav > ul > li : last-child {
39- margin-left : auto;
40- margin-right : 1.5rem ;
41- }
42-
4343footer {
4444 padding : 130px 0 ;
4545 text-align : center;
@@ -60,15 +60,15 @@ nav > ul > li:last-child > a {
6060}
6161
6262nav li .subitem {
63- text-align : center;
63+ text-align : center;
6464}
6565
6666footer ul .nav a {
6767 padding : 15px 20px ;
6868}
6969footer .nav .nav-contact-us > a > span {
7070 background-attachment : local;
71- background-image : url (" /assets/images/contact-icon.svg" );
71+ background-image : url (' /assets/images/contact-icon.svg' );
7272 background-clip : padding-box;
7373 background-origin : padding-box;
7474 background-repeat : no-repeat;
@@ -133,19 +133,19 @@ nav .menu-icon.close {
133133 margin : 4.5rem 0px ;
134134 z-index : 2 ;
135135 background : # fff ;
136- border : 2px solid # F4EEE6 ;
136+ border : 2px solid # f4eee6 ;
137137 border-top : none;
138138 border-radius : 0 0 0 20px ;
139- transition : right .4s ease-in-out;
139+ transition : right 0 .4s ease-in-out;
140140 box-shadow : -4px 4px 5px rgba (253 , 204 , 204 , 0.3 );
141141 }
142142
143143 nav ul : before {
144- content : "" ;
144+ content : '' ;
145145 position : absolute;
146146 left : -203% ;
147147 top : 0 ;
148- border : 2px solid # F4EEE6 ;
148+ border : 2px solid # f4eee6 ;
149149 border-left : none;
150150 border-bottom : none;
151151 border-radius : 0 20px 0 0 ;
@@ -174,7 +174,7 @@ nav .menu-icon.close {
174174 }
175175
176176 nav ul {
177- width : 50%
177+ width : 50% ;
178178 }
179179
180180 nav ul ::before {
0 commit comments