All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m9s
29 lines
684 B
CSS
Vendored
29 lines
684 B
CSS
Vendored
@import "tailwindcss";
|
|
|
|
@layer base {
|
|
html,
|
|
container,
|
|
body {
|
|
height: 100% !important;
|
|
width: 100% !important;
|
|
overflow-y: auto !important;
|
|
position: fixed !important;
|
|
}
|
|
|
|
main {
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
width: 100% !important;
|
|
max-width: 100% !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.container {
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
display: flex !important;
|
|
flex-direction: column !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
}
|
|
}
|