Fix taximeter styling

This commit is contained in:
Luke
2020-07-16 22:41:28 +02:00
parent 7a1f070b49
commit 5114700f4d

View File

@@ -6,18 +6,11 @@
} }
body { body {
<<<<<<< HEAD
width: 240px;
position: absolute;
bottom: 2%;
right: 2%;
=======
width: 275px; width: 275px;
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 0 bottom: 0
>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70
} }
h4 { h4 {
@@ -40,11 +33,7 @@ h4 {
.taximeter { .taximeter {
max-width: 100%; max-width: 100%;
<<<<<<< HEAD
height: 60px;
=======
height: fit-content; height: fit-content;
>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70
padding: 1em; padding: 1em;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@@ -78,7 +67,7 @@ h4 {
max-width: 100%; max-width: 100%;
margin: 0; margin: 0;
font-family: DS-Digital; font-family: DS-Digital;
font-size: 120%; font-size: 150%;
color: red; color: red;
display: block display: block
} }