1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed mobile layout on boris stats

This commit is contained in:
Fedor Katurov 2022-04-01 17:46:00 +07:00
parent 981cbe81d9
commit 592284f438
5 changed files with 24 additions and 7 deletions

View file

@ -3,13 +3,11 @@
.content {
width: 100%;
flex: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font: $font_18_semibold;
color: transparentize(white, 0.5);
padding-bottom: 10px;
}
span.val {
@ -17,3 +15,7 @@ span.val {
color: white;
padding: 0 $gap * 0.5 0 $gap * 2;
}
.card {
height: 100%;
}