1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

test(e2e): header should always be visible (sticky)

This commit is contained in:
Divlo
2022-02-23 09:03:10 +01:00
parent a467ea7aff
commit a2da9618af
6 changed files with 13 additions and 21 deletions

View File

@ -2,10 +2,6 @@
@tailwind components;
@tailwind utilities;
#__next {
@apply flex h-screen flex-col;
}
.prose {
@apply !max-w-4xl text-gray dark:text-gray-300;
}