@@ -6,6 +6,6 @@
|
||||
|
||||
body {
|
||||
font-family: var(--main-font);
|
||||
background-color: var(--main-background);
|
||||
color: var(--main-color);
|
||||
}
|
||||
//background-color: var(--main-background);
|
||||
//color: var(--main-color);
|
||||
}
|
7
cuddle-leptos/style/tailwind.css
Normal file
7
cuddle-leptos/style/tailwind.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.page-center {
|
||||
@apply max-w-4xl mx-auto px-4 h-full;
|
||||
}
|
Reference in New Issue
Block a user