layout css added
This commit is contained in:
parent
57ce952c91
commit
eaa3a2c3bb
|
@ -0,0 +1,3 @@
|
|||
div {
|
||||
color: red;
|
||||
}
|
|
@ -1,3 +1,5 @@
|
|||
@import url("./layout.css");
|
||||
|
||||
html {
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
|
@ -23,7 +25,6 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
div.y2t-output {
|
||||
display: flow-root;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue