fix style
parent
1de4f66ec5
commit
0e6a45a909
|
@ -21,8 +21,9 @@ figure.audio-player audio {
|
|||
figure.image {
|
||||
border: $padding-1 solid var(--gray-200);
|
||||
border-radius: $border-radius;
|
||||
overflow: hidden;
|
||||
img[data-thumbnail] {
|
||||
border-top-left-radius: $border-radius;
|
||||
border-top-right-radius: $border-radius;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
$menu-width: 18rem;
|
||||
$toc-width: 18rem;
|
||||
$menu-width: 18.5rem;
|
||||
$toc-width: 18.5rem;
|
||||
|
|
Loading…
Reference in New Issue