maptile/web/assets/css/main.css

13 lines
129 B
CSS

@import "tailwindcss";
@plugin "daisyui";
html,
body,
.main {
width: 100%;
height: 100%;
}
* {
scroll-behavior: smooth;
}