layout css added

This commit is contained in:
edbrz9 2022-12-30 14:41:33 +01:00
parent 57ce952c91
commit eaa3a2c3bb
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
div {
color: red;
}

View File

@ -1,3 +1,5 @@
@import url("./layout.css");
html { html {
min-height: 100vh; min-height: 100vh;
position: relative; position: relative;
@ -23,7 +25,6 @@ body {
height: 100%; height: 100%;
} }
div.y2t-output { div.y2t-output {
display: flow-root; display: flow-root;
} }