mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Provide the basic layout framework for UX/UI
This commit is contained in:
parent
942bc386f4
commit
eb7ebf391d
18 changed files with 212 additions and 141 deletions
|
@ -10,20 +10,21 @@
|
|||
// https://documize.com
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
text-rendering: optimizeLegibility;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: scroll;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
// overflow-y: scroll;
|
||||
// height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue