We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3234cc commit 9463c9bCopy full SHA for 9463c9b
2 files changed
src/components/Home/Hero/index.astro
@@ -154,7 +154,7 @@ import { hero_styles } from '../../../styles/colors';
154
.text {
155
display: flex;
156
flex-direction: column;
157
- row-gap: 0.6rem;
+ row-gap: 0.4rem;
158
159
h4 {
160
display: block;
src/components/Home/Intro/index.astro
@@ -28,13 +28,14 @@ import { intro_styles } from '../../../styles/colors';
28
row-gap: 2rem;
29
justify-content: center;
30
padding-left: 2em;
31
+ padding-bottom: 4em;
32
h1 {
33
color: var(--SKILLS_PURPLE);
34
font-size: 26px;
35
font-weight: 300;
36
&:hover {
37
color: var(--TEXT_CYAN);
- cursor: ;
38
+ // cursor: ;
39
}
40
41
0 commit comments