dashboard: improve mobile-friendliness

This commit is contained in:
Dragory 2021-04-10 14:03:42 +03:00
parent 40d9926718
commit 5e77976dec
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 34 additions and 21 deletions

View file

@ -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]),