Add the ability to redirect to the resulting link, some styling
[bigly] / src / bigly / static / bigly / styles.css
index b1bc6cf..3a373d9 100644 (file)
@@ -22,6 +22,12 @@ body {
   margin: 3em auto;
 }
 
+main {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+}
+
 h1 {
   font-size: 12vw;
   text-align: center;
@@ -59,3 +65,12 @@ form label {
   font-size: 12pt;
   width: 100%;
 }
+
+footer {
+  margin: 1rem 0 0 0;
+  text-align: center;
+}
+
+footer section:not(:first-child) {
+  margin-top: 1em;
+}