diff --git a/package.json b/package.json
index 5add2483ca..9c17ed7beb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapcomplete",
- "version": "0.30.6",
+ "version": "0.30.7",
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css
index 2544246736..47636aa06a 100644
--- a/public/css/index-tailwind-output.css
+++ b/public/css/index-tailwind-output.css
@@ -804,11 +804,6 @@ video {
margin-right: 0.25rem;
}
-.mx-2 {
- margin-left: 0.5rem;
- margin-right: 0.5rem;
-}
-
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
@@ -829,6 +824,11 @@ video {
margin-bottom: 0.75rem;
}
+.mx-2 {
+ margin-left: 0.5rem;
+ margin-right: 0.5rem;
+}
+
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
@@ -1551,6 +1551,10 @@ video {
padding: 0px;
}
+.p-12 {
+ padding: 3rem;
+}
+
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;