quick fix for mobile alignment

This commit is contained in:
Sean Yesmunt 2020-01-16 13:36:50 -05:00
parent fdbd81b03e
commit c7c16479fa
2 changed files with 2 additions and 3 deletions

View file

@ -23,8 +23,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold);
white-space: normal; white-space: normal;
// font-size: var(--font-title); font-size: var(--font-title);
font-size: 2em;
display: inline; display: inline;
} }

View file

@ -96,7 +96,7 @@
.section__actions { .section__actions {
flex-wrap: wrap; flex-wrap: wrap;
.button { > * {
margin-bottom: var(--spacing-small); margin-bottom: var(--spacing-small);
} }
} }