Small fixes for weapon grid
This commit is contained in:
parent
68349da1e7
commit
440157a4ba
4 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.WeaponRep {
|
||||
aspect-ratio: 2/0.95;
|
||||
aspect-ratio: 2/0.955;
|
||||
border-radius: $card-corner;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3.39fr; /* left column takes up 1 fraction, right column takes up 3 fractions */
|
||||
|
|
@ -15,7 +15,6 @@
|
|||
aspect-ratio: 73/153;
|
||||
display: grid;
|
||||
grid-column: 1 / 2; /* spans one column */
|
||||
max-height: 149px;
|
||||
}
|
||||
|
||||
.GridWeapons {
|
||||
|
|
|
|||
|
|
@ -50,6 +50,6 @@
|
|||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
aspect-ratio: 1 / 1.035;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,6 +176,8 @@
|
|||
}
|
||||
|
||||
.WeaponName {
|
||||
font-size: $font-name;
|
||||
line-height: 1.2;
|
||||
@include breakpoint(phone) {
|
||||
font-size: $font-tiny;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -330,6 +330,7 @@ $bold: 600;
|
|||
$font-tiny: 11px;
|
||||
$font-small: 13px;
|
||||
$font-button: 15px;
|
||||
$font-name: 15px;
|
||||
$font-regular: 16px;
|
||||
$font-medium: 18px;
|
||||
$font-large: 21px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue