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:
parent
981cbe81d9
commit
592284f438
5 changed files with 24 additions and 7 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue