feat(WEB-128): desktop and mobile initial wireframe implemented
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
:root {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100dvh;
|
||||
overflow-x: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user