fix border
parent
ea91bf7645
commit
1de4f66ec5
|
@ -19,8 +19,8 @@ figure.audio-player audio {
|
||||||
}
|
}
|
||||||
|
|
||||||
figure.image {
|
figure.image {
|
||||||
border: 1px solid #ccc;
|
border: $padding-1 solid var(--gray-200);
|
||||||
border-radius: 15px;
|
border-radius: $border-radius;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
img[data-thumbnail] {
|
img[data-thumbnail] {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in New Issue