diff --git a/index.html b/index.html
index 8c3b263..465ee3f 100644
--- a/index.html
+++ b/index.html
@@ -10,10 +10,9 @@
-
-
-
-
+
+
+
diff --git a/styles.css b/styles.css
index 9a9aad2..77e512f 100644
--- a/styles.css
+++ b/styles.css
@@ -17,17 +17,21 @@ label[for="expr"] {
text-align: right;
}
-#modulus-entry {
- grid-column: 4;
+#result-row {
+ grid-column: 1 / 5;
display: flex;
}
+#result {
+ flex: auto;
+}
+
#modulus-entry label {
flex: initial;
}
#modulus {
- flex: auto;
+ flex: initial;
}
#extra-buttons {