Skip to content

Commit 9463c9b

Browse files
committed
little changes
1 parent f3234cc commit 9463c9b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/Home/Hero/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ import { hero_styles } from '../../../styles/colors';
154154
.text {
155155
display: flex;
156156
flex-direction: column;
157-
row-gap: 0.6rem;
157+
row-gap: 0.4rem;
158158

159159
h4 {
160160
display: block;

src/components/Home/Intro/index.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ import { intro_styles } from '../../../styles/colors';
2828
row-gap: 2rem;
2929
justify-content: center;
3030
padding-left: 2em;
31+
padding-bottom: 4em;
3132
h1 {
3233
color: var(--SKILLS_PURPLE);
3334
font-size: 26px;
3435
font-weight: 300;
3536
&:hover {
3637
color: var(--TEXT_CYAN);
37-
cursor: ;
38+
// cursor: ;
3839
}
3940
}
4041
h4 {

0 commit comments

Comments
 (0)