Skip to content

Commit

Permalink
Merge pull request #115 from mwernimont/bugs
Browse files Browse the repository at this point in the history
Inputs layout bug
  • Loading branch information
ellenbechtel authored Apr 22, 2021
2 parents ac8c957 + c8b92ec commit 69c2f4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/SWEanim.vue
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,11 @@ $familySerif: 'Noto Serif', serif;
font-style: italic;
fill: rgb(165, 163, 163);
}
.inputsContainer{
.inputs{
font-size:.85em;
}
}
#mmd-container-both {
width: 90vw;
max-width: 900px;
Expand Down Expand Up @@ -939,6 +944,7 @@ input[name="checkboxgroup1"] {
.inputs{
position: absolute;
left: 10px;
font-size: 18px;
.butt{
margin-right: 10px;
}
Expand Down

0 comments on commit 69c2f4c

Please sign in to comment.