Skip to content

Commit

Permalink
change div to section
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Jan 11, 2024
1 parent 15626a4 commit b750be9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/About.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div class="container">
<section>
<h4 id="about">ABOUT US</h4>
<div class="spacer"></div>
<div class="header">
<h3>At Hack for Impact, you will join over&nbsp;</h3>
<h2>200+ hackers</h2>
<h3>&nbsp;at UC Berkeley to innovate for social good.</h3>
</div>


<div class="mainRow">
<h2>Our Vision</h2>
<p class="description">To solve the most pressing challenges of our world,
Expand All @@ -26,10 +28,10 @@
</div>
</div>

</div>
</section>

<style lang="scss">
div.container {
section {
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -50,7 +52,7 @@
}

div.header {
// display: flex;
display: inline-block;
// flex-direction: row;
}

Expand Down

0 comments on commit b750be9

Please sign in to comment.