diff --git a/index.html b/index.html index b2a4bec..ebc151e 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@

November 3-5

- +

@@ -98,7 +98,7 @@

track will have different prizes, so pick and choose your track depending on which prize you want to win!

-
+
A window with a video player

Entertainment

diff --git a/styles.css b/styles.css index 1a75b72..584d7b1 100644 --- a/styles.css +++ b/styles.css @@ -2171,6 +2171,11 @@ h1, h2, h3, h4, h5, h6 { padding-right: 2.25rem; } +.py-12 { + padding-top: 3rem; + padding-bottom: 3rem; +} + .py-24 { padding-top: 6rem; padding-bottom: 6rem; @@ -2198,6 +2203,14 @@ h1, h2, h3, h4, h5, h6 { padding-top: 8rem; } +.pb-12 { + padding-bottom: 3rem; +} + +.pt-5 { + padding-top: 1.25rem; +} + .text-left { text-align: left; } @@ -3138,6 +3151,10 @@ canvas { padding-bottom: 1.25rem; } + .lg\:pt-1 { + padding-top: 0.25rem; + } + .lg\:text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -3172,6 +3189,20 @@ canvas { } } +@media (min-width: 1280px) { + .xl\:relative { + position: relative; + } + + .xl\:block { + display: block; + } + + .xl\:self-start { + align-self: flex-start; + } +} + @media (min-width: 768px) { @media not all and (min-width: 1024px) { @media (orientation: portrait) {