Fix tiny border radius issue (#13900)
This commit is contained in:
parent
d101bc18ce
commit
7a50892c71
1 changed files with 1 additions and 4 deletions
|
|
@ -75,10 +75,7 @@
|
|||
padding-bottom: 42%;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
|
||||
@media (min-width: $breakpoint-m) {
|
||||
border-radius: var(--radius) var(--radius) 0 0;
|
||||
}
|
||||
border-radius: var(--radius) var(--radius) 0 0;
|
||||
}
|
||||
|
||||
&__body {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue