mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-13 07:01:33 -05:00
Fix math
This commit is contained in:
parent
9f431753c5
commit
f94032abb7
|
|
@ -200,12 +200,12 @@ body.has-modal #main {
|
|||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
border-radius: 12px;
|
||||
border-bottom-right-radius: 28px;
|
||||
border-bottom-right-radius: 27px;
|
||||
overflow: hidden;
|
||||
line-height: 20px;
|
||||
|
||||
@include mobile {
|
||||
border-bottom-left-radius: 28px;
|
||||
border-bottom-left-radius: 27px;
|
||||
}
|
||||
|
||||
.event:not(:last-child) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user