move .image-size-control to main.css
This commit is contained in:
parent
6ec8c5a797
commit
66447d9a38
|
@ -223,3 +223,8 @@ figure > img {
|
|||
padding: .5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.image-size-control > img {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
}
|
||||
|
|
|
@ -547,8 +547,3 @@ h6:hover .anchor {
|
|||
padding: 1.5em;
|
||||
box-shadow: var(--shadow-elevation-low);
|
||||
}
|
||||
|
||||
.image-size-control > img {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue