😅👽 Checkpoint

./signup/index.html:69682263/126
./styles/main.css:69682263/360
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-12 16:00:51 +00:00
parent b1f6f4218b
commit bd93768e90
2 changed files with 12 additions and 8 deletions

View File

@ -84,7 +84,9 @@
<a <a
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form" href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
>Open in browser</a >Open in browser</a
> or, if AirTable is inaccessible to you, >
or, if AirTable is inaccessible to you, <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">reach out to Lee directly</a>
</p> </p>
<iframe <iframe
class="airtable-embed" class="airtable-embed"

View File

@ -4,9 +4,6 @@
--color-text-main: #640054; --color-text-main: #640054;
--color-text-header: #185370; --color-text-header: #185370;
--color-warn: #FBCC0A; --color-warn: #FBCC0A;
--wrapper-height: 87vh;
--image-max-width: 300px;
--image-margin: 3rem;
--font-family: "HK Grotesk"; --font-family: "HK Grotesk";
--font-family-header: "HK Grotesk"; --font-family-header: "HK Grotesk";
} }
@ -70,7 +67,7 @@
padding: 0.05rem 1rem; padding: 0.05rem 1rem;
width: 100%; width: 100%;
border: solid var(--color-text-header); border: solid var(--color-text-header);
border-radius: 2rem; border-radius: 5px;
margin-top: 1rem; margin-top: 1rem;
} }
@ -89,22 +86,27 @@ a:visited {
font-weight: bold; font-weight: bold;
padding: 0 .2rem; padding: 0 .2rem;
text-decoration: none; text-decoration: none;
border-radius: 5px;
} }
/* Images */ /* Images */
img { img {
width: 100%; width: 100%;
height: 100%;
} }
/* Page structure */ /* Page structure */
.wrapper { .wrapper {
min-height: var(--wrapper-height);
display: grid; display: grid;
place-items: center; place-items: center;
margin: 0 1rem; margin: 0 1rem;
} }
@media (min-width: 600px) {
#main {
width: 60%;
}
}
/* Headings */ /* Headings */
h1, h2, h3 { h1, h2, h3 {
color: var(--color-text-header); color: var(--color-text-header);
@ -123,6 +125,6 @@ h2 {
} }
h3 { h3 {
font-size 1.5rem; font-size: 1.4rem;
margin: .5rem 0 0 0; margin: .5rem 0 0 0;
} }