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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue