floorplan, minor css adjustments for small screens
This commit is contained in:
parent
6cc76c7227
commit
b8a38f11ff
33376
public/Floorplan HiP 2022.pdf
Normal file
33376
public/Floorplan HiP 2022.pdf
Normal file
File diff suppressed because it is too large
Load diff
|
@ -12,13 +12,16 @@ import Layout from '../layouts/Layout.astro'
|
|||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<a
|
||||
href='/schedule/'
|
||||
>
|
||||
<a href='/schedule/'>
|
||||
<div class='tickets gradient-bg'>
|
||||
<h2>Event Schedule →</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href='/Floorplan HiP 2022.pdf' class="center" target="_blank" rel="noopener,noreferrer">
|
||||
<div class='dl-button gradient-border'>
|
||||
<h3>Download Floorplan</h3>
|
||||
</div>
|
||||
</a>
|
||||
</section>
|
||||
<section>
|
||||
<p>
|
||||
|
@ -113,7 +116,7 @@ import Layout from '../layouts/Layout.astro'
|
|||
color: var(--background);
|
||||
}
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
@media screen and (min-width: 1024px) {
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
@ -122,8 +125,23 @@ import Layout from '../layouts/Layout.astro'
|
|||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.center {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dl-button {
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
padding: .5rem 1.5rem;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
margin: 1rem auto 0;
|
||||
}
|
||||
|
||||
time {
|
||||
font-size: 3.2ch;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
address {
|
||||
font-style: normal;
|
||||
|
|
Loading…
Reference in a new issue