quick fix for mobile alignment
This commit is contained in:
parent
fdbd81b03e
commit
c7c16479fa
2 changed files with 2 additions and 3 deletions
|
@ -23,8 +23,7 @@
|
|||
text-overflow: ellipsis;
|
||||
font-weight: var(--font-weight-bold);
|
||||
white-space: normal;
|
||||
// font-size: var(--font-title);
|
||||
font-size: 2em;
|
||||
font-size: var(--font-title);
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
.section__actions {
|
||||
flex-wrap: wrap;
|
||||
|
||||
.button {
|
||||
> * {
|
||||
margin-bottom: var(--spacing-small);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue