Changement général pour avoir une bonne

hauteur et largeur sur toutes les pages
This commit is contained in:
Sébastien André
2020-04-29 16:47:24 +02:00
parent e60ad1d3fa
commit 5f89b51db1
33 changed files with 629 additions and 521 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;
}