aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles/helper.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r--frontend/src/styles/helper.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css
index bcd02646..58f00c20 100644
--- a/frontend/src/styles/helper.css
+++ b/frontend/src/styles/helper.css
@@ -24,4 +24,21 @@
margin-top: 50%;
margin-left: auto;
transform: translateX(-50%);
+}
+
+.footer-center {
+ position: relative;
+ height: 1rem;
+}
+
+.footer-center>* {
+ position: fixed;
+ bottom: 8%;
+ left: 50%;
+ transform: translateX(-50%);
+}
+
+.row-height {
+ white-space: nowrap;
+ height: 1rem;
} \ No newline at end of file