mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Maybe this is the correct order for CSS properties
This commit is contained in:
parent
8c6013b243
commit
c371a3757f
1 changed files with 2 additions and 2 deletions
|
@ -116,9 +116,9 @@
|
|||
}
|
||||
|
||||
.video-player {
|
||||
border: .25rem solid $ui-white-15percent;
|
||||
border-radius: .75rem;
|
||||
height: 180px;
|
||||
border: 0.25rem solid $ui-white-15percent;
|
||||
border-radius: 0.75rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue