Skip to content

Commit 0665bb3

Browse files
committed
chore: update docs styles
1 parent 8cf0de7 commit 0665bb3

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

docs/components/Features.module.css

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,19 @@
1010
}
1111

1212
h3 {
13-
position: absolute;
14-
left: 50%;
15-
padding: 0 32px;
16-
transform: translate(-50%, -50%);
1713
text-transform: uppercase;
1814
font-size: 24px;
1915
letter-spacing: 0.1em;
2016
font-weight: 400;
21-
font-weight: 500;
2217
color: hsl(204 12% 45%);
2318
white-space: nowrap;
24-
margin-top: 40px;
25-
26-
:global(.dark) & {
27-
color: hsl(204, 8%, 50%);
28-
}
19+
text-align: center;
20+
margin-bottom: 0;
2921
}
3022
}
3123

3224
.features {
33-
padding: min(12vw, 6rem) 0;
25+
padding: min(12vw, 2rem) 0;
3426
display: grid;
3527
grid-template-columns: repeat(1, 1fr);
3628
place-items: start center;

docs/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital@0;1&family=Silkscreen:wght@400;700&display=swap'); */
2-
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital@0;1&family=Jost:ital,wght@1,700&family=Silkscreen&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital@0;1&family=Silkscreen:wght@400;700&display=swap');
32

43
@tailwind base;
54
@tailwind components;

0 commit comments

Comments
 (0)