layout fixes

This commit is contained in:
Matthias Kretschmann 2019-05-11 12:10:11 +02:00
parent c22d2a0f94
commit de188185aa
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,6 @@ a h1 {
.app > div > div {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 100%;

View File

@ -47,6 +47,7 @@
.dark .ticker button.active,
.dark .ticker button.active:hover {
border-color: #303030;
color: #fff !important;
}
.label--price {

View File

@ -2,6 +2,7 @@
text-align: left;
width: 100%;
position: relative;
margin-top: 7vh;
}
.preferences__title {