Browse Source

adding

release/0.2
Björn 3 years ago
parent
commit
3c697e8c19
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dist/plain-ui.css
  2. +1
    -1
      src/scss/components/_bar.scss

+ 1
- 1
dist/plain-ui.css View File

@ -945,7 +945,7 @@ img.media {
justify-content: start;
}
.bar__main {
width: 100%;
flex-grow: 1;
}
.bar__end {
justify-content: end;


+ 1
- 1
src/scss/components/_bar.scss View File

@ -23,7 +23,7 @@
}
&__main {
width: 100%;
flex-grow: 1;
}
&__end {


Loading…
Cancel
Save