Adjust ratio bar width on markdwon page
This commit is contained in:
parent
4c293b7ae5
commit
f1b95ce05c
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,7 @@
|
||||||
.ratio-wrapper {
|
.ratio-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 124px;
|
||||||
margin-right: var(--spacing-m);
|
margin-right: var(--spacing-m);
|
||||||
|
|
||||||
.ratio-bar {
|
.ratio-bar {
|
||||||
|
@ -221,6 +222,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $breakpoint-small) {
|
@media (max-width: $breakpoint-small) {
|
||||||
|
max-width: unset;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
.ratio-bar {
|
.ratio-bar {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
|
Loading…
Reference in a new issue