css: refactoring & fixing - finalized

This commit is contained in:
Jean-Baptiste Pasquier
2019-05-14 18:19:30 +02:00
parent 2c649c447e
commit 9d26dd5954
10 changed files with 47 additions and 36 deletions

View File

@ -22,7 +22,7 @@
text-align: center;
}
p:first-child {
p.center {
margin-bottom: 6.8rem;
text-align: center;
}

View File

@ -7,6 +7,10 @@ $breakpoints: (phone: 480px,
display: none !important;
}
* {
outline: none;
}
:root {
font-size: 10px;
font-family: Open Sans, sans-serif;