Skip to content

Commit 204cbeb

Browse files
committed
Increase whitespace for larger screens on about
1 parent 8836bcd commit 204cbeb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/about/hero.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import avatarPng from "@assets/avatar.png";
3535
section {
3636
grid-template-areas: "avatar title" "avatar subtitle";
3737
column-gap: v-size(10);
38+
margin-bottom: v-size(20);
3839
text-align: left;
3940
}
4041
h1 {

src/components/about/section.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const { title, description } = Astro.props;
1717
section {
1818
display: flex;
1919
gap: v-size(5);
20+
margin-bottom: v-size(20);
2021
}
2122
h2 {
2223
flex: 1 0 40%;

0 commit comments

Comments
 (0)