mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-28 23:57:52 +01:00
layout fixes
This commit is contained in:
parent
c22d2a0f94
commit
de188185aa
@ -85,7 +85,6 @@ a h1 {
|
|||||||
|
|
||||||
.app > div > div {
|
.app > div > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
.dark .ticker button.active,
|
.dark .ticker button.active,
|
||||||
.dark .ticker button.active:hover {
|
.dark .ticker button.active:hover {
|
||||||
border-color: #303030;
|
border-color: #303030;
|
||||||
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label--price {
|
.label--price {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-top: 7vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preferences__title {
|
.preferences__title {
|
||||||
|
Loading…
Reference in New Issue
Block a user