Skip to content

Commit c523dd8

Browse files
authored
Update styles.css
1 parent eca1435 commit c523dd8

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

styles.css

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@@ -39,78 +39,104 @@ body {
2-
z-index: 0;
1+
z-index: 0;
32
}
43

54
.site-header {
@@ -23,12 +22,6 @@
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;
@@ -65,14 +58,6 @@
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-
}
7661
main {
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;

0 commit comments

Comments
 (0)