mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
dashboard: improve mobile-friendliness
This commit is contained in:
parent
40d9926718
commit
5e77976dec
3 changed files with 34 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
.main-content {
|
||||
& h1 {
|
||||
@apply text-5xl;
|
||||
@apply text-3xl;
|
||||
@apply font-semibold;
|
||||
@apply leading-none;
|
||||
@apply mb-4;
|
||||
|
@ -55,6 +55,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
@screen lg {
|
||||
.main-content {
|
||||
& h1 {
|
||||
@apply text-5xl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@screen xl {
|
||||
.main-content {
|
||||
& a:not([class]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue