leptose_intoleranz/input.css
2024-01-14 00:48:48 +01:00

27 lines
411 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
* {
font-family: theme("fontFamily.body");
color: theme("colors.text");
}
body {
background-color: theme("colors.background");
}
.main {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.pic-outer {
display: flex;
justify-content: center;
align-items: center;
transition: transform 1s linear;
}