Changement général pour avoir une bonne
hauteur et largeur sur toutes les pages
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,15 +2,15 @@
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
/* height: 100%; */
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||
color: #424242;
|
||||
/* min-height: 665px;
|
||||
margin: 10px;
|
||||
overflow: auto; */
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user