File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed
Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 1- @@ -39, 78 +39, 104 @@ body {
2- z- index: 0;
1+ z-index : 0 ;
32}
43
54.site-header {
2322 text-transform : uppercase;
2423 font-size : 1rem ;
2524}
26-
27- .nav-links {
28- display : flex;
29- gap : 16px ;
30- align-items : center;
31- }
3225.nav-links {
3326 display : flex;
3427 gap : 16px ;
6558 border-color : var (--line );
6659 background : rgba (255 , 255 , 255 , 0.05 );
6760}
68-
69- main {
70- position : relative;
71- z-index : 1 ;
72- display : flex;
73- flex-direction : column;
74- gap : 72px ;
75- }
7661main {
7762 position : relative;
7863 z-index : 1 ;
@@ -140,13 +125,7 @@ main {
140125.pill--ghost {
141126 border-color : rgba (255 , 255 , 255 , 0.4 );
142127}
143-
144- .pill-list {
145- display : flex;
146- gap : 10px ;
147- flex-wrap : wrap;
148- }
149- .pill-list {
128+ .pill-list {
150129 display : flex;
151130 gap : 10px ;
152131 flex-wrap : wrap;
@@ -217,11 +196,6 @@ main {
217196 flex-wrap : wrap;
218197 gap : 10px ;
219198 }
220-
221- .nav-links {
222- width : 100% ;
223- justify-content : center;
224- }
225199 .nav-links {
226200 width : 100% ;
227201 justify-content : center;
You can’t perform that action at this time.
0 commit comments