-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve list display on small screens
- Loading branch information
1 parent
0c85fef
commit c497459
Showing
5 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
.h1 { | ||
@apply font-display text-3xl leading-tight; | ||
} | ||
|
||
@screen sm { | ||
.h1 { | ||
@apply text-4xl; | ||
@apply leading-none; | ||
} | ||
@apply font-display text-2xl/tight sm:text-3xl/none md:text-4xl/none; | ||
} | ||
|
||
.h2 { | ||
@apply font-display text-2xl text-alt-700 leading-tight; | ||
@apply font-display text-lg/6 sm:text-xl/7 md:text-2xl/8 text-alt-700; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters