scinote-web/app/assets/stylesheets/application.tailwind.css

13 lines
115 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-size: 16px;
}
2023-05-25 19:35:04 +08:00
img {
display:inline
}