Fix tiny border radius issue (#13900)

This commit is contained in:
Ben Halpern 2021-06-02 11:33:34 -04:00 committed by GitHub
parent d101bc18ce
commit 7a50892c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {