diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index c274ed6be..591a49f7f 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -805,11 +805,6 @@ video { margin-bottom: 1rem; } -.mx-4 { - margin-left: 1rem; - margin-right: 1rem; -} - .my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; @@ -825,6 +820,15 @@ video { margin-bottom: 0.75rem; } +.mx-4 { + margin-left: 1rem; + margin-right: 1rem; +} + +.mb-4 { + margin-bottom: 1rem; +} + .mr-2 { margin-right: 0.5rem; } @@ -861,10 +865,6 @@ video { margin-right: 0.25rem; } -.mb-4 { - margin-bottom: 1rem; -} - .ml-4 { margin-left: 1rem; } @@ -1075,6 +1075,10 @@ video { width: 100%; } +.w-1\/2 { + width: 50%; +} + .w-8 { width: 2rem; } @@ -1133,10 +1137,6 @@ video { width: 16rem; } -.w-1\/2 { - width: 50%; -} - .w-96 { width: 24rem; } @@ -1532,6 +1532,10 @@ video { padding: 0.25rem; } +.p-8 { + padding: 2rem; +} + .p-2 { padding: 0.5rem; } @@ -1548,10 +1552,6 @@ video { padding: 0px; } -.p-8 { - padding: 2rem; -} - .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index c1e78bc28..3a68ef68a 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -280,7 +280,8 @@ async function createLandingPage(layout: LayoutConfig, manifest, whiteIcons, alr .replace( /.*/s, asLangSpan(layout.shortDescription) - ) + ) .replace(/.*/s, "") + .replace( '', `` diff --git a/theme.html b/theme.html index 7dd7b6fb8..9536382fc 100644 --- a/theme.html +++ b/theme.html @@ -33,53 +33,68 @@ - + -
-
- - Loading MapComplete, hang on... - - - MapComplete is an easy to use map viewer and map editor - +
+
+
+
+ +

Loading MapComplete, hang on...

+ +

+ + MapComplete is an easy to use map viewer and map editor + +

+

+ Made with OpenStreetMap +

+
+ + + + +
- +