Skip to content
Snippets Groups Projects
Commit aecd1534 authored by Manfred Michaelis's avatar Manfred Michaelis :boom:
Browse files

container style

parent f209824d
No related branches found
No related tags found
No related merge requests found
......@@ -378,3 +378,10 @@ input {
@tailwind components;
@tailwind utilities;
body > div {
overflow-x: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
}
......@@ -14,6 +14,6 @@
%svelte.head%
</head>
<body>
<div style="overflow-x: hidden; display: flex; flex-direction: column; height: 100vh;">%svelte.body%</div>
<div>%svelte.body%</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment