Skip to content

Commit

Permalink
Tweak relative sizing between CENTERSTAGE and text
Browse files Browse the repository at this point in the history
  • Loading branch information
broad-well committed Aug 13, 2023
1 parent 643389d commit ba41cc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/events/ftc-kickoff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ import { Img } from "astro-imagetools/components";
<div class="container">
<main class="content">
<div class="row justify-content-center mb-4">
<div class="col col-10 col-lg-6 mx-auto p-2 p-md-3">
<div class="col col-12 col-lg-6 mx-auto p-2 p-md-3">
<ThemeSwitcher>
<span slot="light">
<Img attributes={{img: {class: "center w-50"}}} src="/img/ftc/2023/centerstage-light.png"
<Img attributes={{img: {class: "center w-75"}}} src="/img/ftc/2023/centerstage-light.png"
alt="CENTERSTAGE, presented by RTX" placeholder="none" format="webp" />
</span>
<span slot="dark">
<Img attributes={{img: {class: "center w-50"}}} src="/img/ftc/2023/centerstage-dark.png"
<Img attributes={{img: {class: "center w-75"}}} src="/img/ftc/2023/centerstage-dark.png"
alt="CENTERSTAGE, presented by RTX" placeholder="none" format="webp" />
</span>
</ThemeSwitcher>
</div>
<div class="col col-12 col-lg-8 mt-1 mt-md-2">
<div class="col col-12 col-lg-9 mt-1 mt-md-2">
<h1 class="display-6 fw-bold">FAMNM <i>FIRST<sup>&reg;</sup></i> Tech Challenge Kickoff</h1>
<p class="lead mb-4">FAMNM will be hosting a kickoff for the 2023&ndash;2024 season of <FIRST /> Tech Challenge, CENTERSTAGE<sup>SM</sup>, on <time datetime="2023-09-09">September 9<sup>th</sup>, 2023</time> on the University of Michigan's <a href="https://goo.gl/maps/fLGy2FxVHeozWEZt6" rel="noreferrer noopener" target="_blank">North Campus</a>. <b class="fw-bold">All participating teams should register via the form linked below!</b></p>
<p class="mb-4">FAMNM will be hosting a kickoff for the 2023&ndash;2024 season of <FIRST /> Tech Challenge, CENTERSTAGE<sup>SM</sup>, on <time datetime="2023-09-09">September 9<sup>th</sup>, 2023</time> on the University of Michigan's <a href="https://goo.gl/maps/fLGy2FxVHeozWEZt6" rel="noreferrer noopener" target="_blank">North Campus</a>. <b class="fw-bold">All participating teams should register via the form linked below!</b></p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a class="btn btn-primary btn-lg gap-3" href="https://docs.google.com/forms/d/e/1FAIpQLScHcz1_QHT7NDC7adpyc5g0fcbwE-7XNabfk5JzqGWR6e_UsA/viewform" rel="noreferrer noopener" target="_blank">Register your team</a>
</div>
Expand Down

0 comments on commit ba41cc3

Please sign in to comment.