peer-at-code-web/styles/globals.css
2023-02-26 20:07:56 +01:00

10 lines
193 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.console {
@apply relative top-0.5 inline-block;
/* make it hidden then visible every seconde */
}
}