1
Fork 0
holycow/holycow_frontend/src/app/layout.css

13 lines
200 B
CSS
Raw Normal View History

2024-11-27 23:01:46 +00:00
body {
padding: 0 4px;
}
nextjs-portal {
position: absolute;
}
:where(body) :where(.form-flex) > :where(.form-flex-choice, label) > :where(*) {
/* TODO: Fix in bluelib */
align-items: center;
}