mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-28 13:34:30 -05:00
Fix math
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user