12 lines
148 B
SCSS
12 lines
148 B
SCSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
h1 {
|
|
@apply font-headline;
|
|
}
|
|
|
|
.container {
|
|
@apply ~p-6/10 max-w-screen-lg w-full;
|
|
}
|