Skip to content

Commit

Permalink
fixed padding on cohort page
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrathegreat authored Aug 14, 2024
1 parent af536ae commit 161d85e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion about.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion apply.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion code-of-conduct.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion cohort.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
color:white;
display: flex;
align-items: flex-end;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion cohort.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 class="glitch-header" data-value="COHORTS_">COHORTS_</h1>
</div>
</div>
<h2 class="start">2024 ASTRALITES</h2>
<p style="padding: 1.5vh 4vw;"> ASTRAL officially launched on the 2nd January of 2024, with a 3-week intensive summer program - the MILLIPHEDE program. This course was designed as a test run of the ASTRAL initiative, to get students of different ages and demographics involved in scientific research. Our work revolved around millisecond pulsars, specifically aiming to collect evidence supporting the existence of gravitational waves. The course was a success, and all of us have chosen to continue the program, working together once a week to continue exploring the universe.</p>
<p style="padding: 1.5vh 5vw;"> ASTRAL officially launched on the 2nd January of 2024, with a 3-week intensive summer program - the MILLIPHEDE program. This course was designed as a test run of the ASTRAL initiative, to get students of different ages and demographics involved in scientific research. Our work revolved around millisecond pulsars, specifically aiming to collect evidence supporting the existence of gravitational waves. The course was a success, and all of us have chosen to continue the program, working together once a week to continue exploring the universe.</p>
<div class="team">
<div class="person">
<div><h1>Rudra Sekhri</h1></div>
Expand Down
2 changes: 1 addition & 1 deletion contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion events.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion faqs.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion support.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion team.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down
2 changes: 1 addition & 1 deletion tools.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: flex;
align-items: flex-end;
flex-direction: row;
padding: 0 5vh;
padding: 0 5vw;
padding-bottom:5vh;
}

Expand Down

0 comments on commit 161d85e

Please sign in to comment.