mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Dashboard: Change heading padding to relative so it adjusts based on screen size, ref #22864
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
aef82c0a7c
commit
7e60295d4a
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -382,7 +382,7 @@ export default {
|
|||
text-align: center;
|
||||
font-size: 32px;
|
||||
line-height: 130%;
|
||||
padding: 120px 16px 0px;
|
||||
padding: 10vh 16px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue