mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-21 11:57:12 +02:00
parent
175f1a733e
commit
a5576f648d
1 changed files with 4 additions and 6 deletions
10
style.css
10
style.css
|
@ -3,14 +3,12 @@
|
|||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
html,
|
||||
html {
|
||||
@apply h-full overflow-auto bg-slate-50 text-base text-slate-600;
|
||||
}
|
||||
body,
|
||||
#__next {
|
||||
height: 100%;
|
||||
@apply overflow-x-hidden bg-slate-50;
|
||||
}
|
||||
body {
|
||||
@apply bg-slate-50 text-base text-slate-600;
|
||||
@apply h-full;
|
||||
}
|
||||
p {
|
||||
@apply mb-4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue