fix border

pull/5/head
Septs 2022-08-07 19:34:32 +08:00
parent ea91bf7645
commit 1de4f66ec5
No known key found for this signature in database
GPG Key ID: 6C253909AE7FC3A4
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ figure.audio-player audio {
}
figure.image {
border: 1px solid #ccc;
border-radius: 15px;
border: $padding-1 solid var(--gray-200);
border-radius: $border-radius;
overflow: hidden;
img[data-thumbnail] {
background-repeat: no-repeat;