@@ -33,7 +36,7 @@
-
+
@@ -47,7 +50,7 @@
|
-
+
@@ -61,7 +64,7 @@
|
-
+
@@ -75,7 +78,7 @@
|
-
+
@@ -90,7 +93,7 @@
|
-
+
@@ -204,7 +207,7 @@
|
|
@@ -884,7 +887,7 @@
Edit IDs
-
+
diff --git a/narrow.css b/narrow.css
index 89b655f..f44cea8 100644
--- a/narrow.css
+++ b/narrow.css
@@ -38,3 +38,7 @@
height: 7vw;
max-height: 30px;
}
+
+.wide-space {
+ height: 1em;
+}
diff --git a/wide.css b/wide.css
index 1df6652..6f9436e 100644
--- a/wide.css
+++ b/wide.css
@@ -52,3 +52,7 @@
height: 7vw;
max-height: 30px;
}
+
+.wide-space {
+ height: 8em;
+}
|