2020-02-16 18:30:00 +00:00
|
|
|
.card {
|
|
|
|
width: 85%;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
2020-03-24 13:22:29 +00:00
|
|
|
|
2020-05-28 02:48:41 +00:00
|
|
|
.message {
|
|
|
|
color: var(--tertiary-text-color);
|
|
|
|
}
|
|
|
|
|
2020-09-02 03:20:21 +00:00
|
|
|
.floatingTopButton {
|
|
|
|
position: absolute;
|
|
|
|
top: 70px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
2020-03-24 13:22:29 +00:00
|
|
|
@media only screen and (max-width: 680px) {
|
|
|
|
.card {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
}
|