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 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 124px;
|
||||
margin-right: var(--spacing-m);
|
||||
|
||||
.ratio-bar {
|
||||
|
@ -221,6 +222,7 @@
|
|||
}
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
max-width: unset;
|
||||
margin-right: 0px;
|
||||
.ratio-bar {
|
||||
height: 1px;
|
||||
|
|
Loading…
Reference in a new issue