Skip to content

Commit

Permalink
reorganize files, hide overflow, update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 12, 2024
1 parent 7d0a524 commit e14d695
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/components/About.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
import { Image } from 'astro:assets';
import working from '../graphics/working.webp';
import crowdLarge from '../graphics/crowd-large.webp';
import fourppl from '../graphics/fourppl.webp';
import bear from '../graphics/bear.webp';
import annie from '../graphics/anniew.webp';
import crowd from '../graphics/crowd.webp';
import working from '../graphics/about/working.webp';
import crowdLarge from '../graphics/about/crowd-large.webp';
import fourppl from '../graphics/about/fourppl.webp';
import bear from '../graphics/about/bear.webp';
import annie from '../graphics/about/anniew.webp';
import crowd from '../graphics/about/crowd.webp';
---

<section>
Expand Down Expand Up @@ -83,6 +83,8 @@ import crowd from '../graphics/crowd.webp';

<style lang="scss">
@use '../styles/colors';
@use '../styles/fonts';

section {
display: flex;
flex-direction: column;
Expand All @@ -91,7 +93,9 @@ import crowd from '../graphics/crowd.webp';
width: 100%;
margin: 0 auto;
padding-top: 5rem;
overflow-x: hidden;
}

div.spacer {
height: 1.5rem;
}
Expand Down Expand Up @@ -127,7 +131,7 @@ import crowd from '../graphics/crowd.webp';
}

div.text {
font: serif;
font-family: fonts.$serif;
font-weight: 600;
display: inline-block;
}
Expand All @@ -145,23 +149,20 @@ import crowd from '../graphics/crowd.webp';

div.header {
display: inline-block;
width: 744px;
}

div.header h2 {
display: inline-block;
}

div.text {
font: serif;
font-weight: 600;
display: inline-block;
}
div.imageRow {
display: flex;
align-items: flex-start;
gap: 24px;
margin-top: 40px;
margin-top: 74px;
}

.img {
border-radius: 8px;
width: 264px;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e14d695

Please sign in to comment.