diff --git a/assets/tailwind-output.css b/assets/tailwind-output.css index 0a2859085..ff8db588b 100644 --- a/assets/tailwind-output.css +++ b/assets/tailwind-output.css @@ -567,6 +567,16 @@ video { width: 100%; } +@media (min-width: 600px) { + .\!container { + max-width: 600px !important; + } + + .container { + max-width: 600px; + } +} + @media (min-width: 768px) { .\!container { max-width: 768px !important; @@ -1014,6 +1024,10 @@ video { aspect-ratio: 1 / 1; } +.aspect-\[327\/320\] { + aspect-ratio: 327/320; +} + .size-0 { width: 0px; height: 0px; @@ -2957,7 +2971,7 @@ video { display: block; position: absolute; content: ''; - background-image: url('../assets/right-arrow-light.svg'); + background-image: var(--right-arrow-path); background-size: 1.5rem 1.5rem; height: 1.5rem; width: 1.5rem; @@ -2994,7 +3008,7 @@ video { &:after { position: absolute; content: ''; - background-image: url('../assets/right-arrow-dark.svg'); + background-image: var(--right-arrow-path-dark); background-size: 1.5rem 1.5rem; height: 1.5rem; width: 1.5rem; @@ -4054,13 +4068,52 @@ iframe#launcher { scaleY(var(--tw-scale-y)); } +@media (min-width: 600px) { + .xs\:-left-24 { + left: -6rem; + } + + .xs\:-right-24 { + right: -6rem; + } + + .xs\:-left-32 { + left: -8rem; + } + + .xs\:-right-32 { + right: -8rem; + } + + .xs\:block { + display: block; + } + + .xs\:hidden { + display: none; + } + + .xs\:aspect-auto { + aspect-ratio: auto; + } + + .xs\:justify-between { + justify-content: space-between; + } + + .xs\:py-\[3\.75rem\] { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } +} + @media (min-width: 768px) { - .sm\:left-0 { - left: 0px; + .sm\:-left-24 { + left: -6rem; } - .sm\:right-0 { - right: 0px; + .sm\:-right-24 { + right: -6rem; } .sm\:col-span-2 { @@ -4245,6 +4298,14 @@ iframe#launcher { } @media (min-width: 1280px) { + .md\:left-0 { + left: 0px; + } + + .md\:right-0 { + right: 0px; + } + .md\:col-span-2 { grid-column: span 2 / span 2; } diff --git a/manifest.json b/manifest.json index 15f60e9e1..f3efe3399 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Copenhagen", - "author": "Zendesk", - "version": "4.2.8", + "author": "Sanctuary Computer", + "version": "4.2.9", "api_version": 4, "default_locale": "en-us", "settings": [ diff --git a/src/modules/homepage/HeaderBackgroundMobile.tsx b/src/modules/homepage/HeaderBackgroundMobile.tsx index 457f8b7da..1a3820552 100644 --- a/src/modules/homepage/HeaderBackgroundMobile.tsx +++ b/src/modules/homepage/HeaderBackgroundMobile.tsx @@ -13,7 +13,15 @@ export const HeaderBackgroundMobile: FC<{ - + @@ -51,7 +59,15 @@ export const HeaderBackgroundMobile: FC<{ - + @@ -77,7 +93,7 @@ export const HeaderBackgroundMobile: FC<{ rx="18.375" transform="matrix(-1 0 0 1 107.75 25)" stroke="#F50DB4" - stroke-width="0.75" + stroke-width="2" /> @@ -107,7 +123,15 @@ export const HeaderBackgroundMobile: FC<{ - + @@ -121,7 +145,15 @@ export const HeaderBackgroundMobile: FC<{ - + diff --git a/src/modules/homepage/HomepageModule.tsx b/src/modules/homepage/HomepageModule.tsx index 03315240b..48563e0c2 100644 --- a/src/modules/homepage/HomepageModule.tsx +++ b/src/modules/homepage/HomepageModule.tsx @@ -62,11 +62,11 @@ const Homepage: FC = ({ homepageData }) => { return (
{hero && ( -
-
- - - +
+
+ + +