Merge pull request #341 from MayMeow/MayMeow-fix-cover-rounded-corners

Fix rounded corners for cover images
This commit is contained in:
Djordje Atlialp 2021-10-15 23:12:50 +02:00 committed by GitHub
commit 62e165a597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@
margin: 40px -50px;
width: $max-width;
max-width: $max-width;
overflow: hidden;
@media #{$media-size-tablet} {
margin: 20px 0;
width: 100%;
@ -230,4 +231,4 @@
&.previous .button__icon {
margin-right: 8px;
}
}
}