fix roudning
This commit is contained in:
parent
a704a208dc
commit
7c7153ee05
1 changed files with 2 additions and 2 deletions
|
|
@ -60,11 +60,11 @@ i {
|
|||
height: calc(100vh - 50px);
|
||||
|
||||
display: flex;
|
||||
margin: var(--rounding);
|
||||
margin: 25px;
|
||||
}
|
||||
|
||||
#content > * {
|
||||
border-radius: 25px;
|
||||
border-radius: var(--rounding);
|
||||
|
||||
background: var(--background);
|
||||
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue