Make subaura summons consistent
This commit is contained in:
parent
5c7e7fbb57
commit
31dcebd6db
1 changed files with 12 additions and 0 deletions
|
|
@ -18,6 +18,18 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
@include breakpoint(phone) {
|
||||
display: flex;
|
||||
gap: $unit-2x;
|
||||
padding: $unit-2x;
|
||||
flex-direction: column;
|
||||
|
||||
#ExtraSummons {
|
||||
max-width: 50vw;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
& > span {
|
||||
color: var(--subaura-orange-text);
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue