mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed titles on mobile
This commit is contained in:
parent
07bc05bb79
commit
5239229dc7
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@
|
|||
font: $font_24_semibold;
|
||||
// height: 24px;
|
||||
padding-bottom: 6px;
|
||||
|
||||
@include tablet {
|
||||
font-size: 16px;
|
||||
word-break: break-word;
|
||||
padding-bottom: 0;
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue