aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/styles')
-rw-r--r--frontend/src/styles/font.css7
-rw-r--r--frontend/src/styles/helper.css11
2 files changed, 12 insertions, 6 deletions
diff --git a/frontend/src/styles/font.css b/frontend/src/styles/font.css
index a4d876f5..79e71ca6 100644
--- a/frontend/src/styles/font.css
+++ b/frontend/src/styles/font.css
@@ -1,6 +1,5 @@
-/*p,
-a {
+div{
font-family: Helvetica, sans-serif;
- letter-spacing: 2px;
+ letter-spacing: 1px;
font-weight: 100;
-}*/ \ No newline at end of file
+} \ No newline at end of file
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css
index 971a2ed6..b6a58243 100644
--- a/frontend/src/styles/helper.css
+++ b/frontend/src/styles/helper.css
@@ -17,8 +17,7 @@
.bg-controls {
position: fixed;
bottom: 10px;
- left: 50%;
- right: 50%;
+ left: 5rem;
}
.center-horizontal {
@@ -142,4 +141,12 @@ select:-webkit-autofill {
a {
color: var(--ns-accent) !important;
+}
+
+.clearfix:after {
+ content: "\0020";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
} \ No newline at end of file