ElmDemo/UI/css/input.css

10 lines
115 B
CSS
Raw Normal View History

2023-06-15 13:21:48 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2023-06-20 15:35:50 +00:00
html{
font-size: 2vw;
2023-06-15 13:21:48 +00:00
}
2023-06-20 15:35:50 +00:00
body{
font-size: 2vw;
}