Change CSS

This commit is contained in:
Dimitri Lozeve 2018-11-14 21:32:32 +01:00
parent 528b427c43
commit 80947b72d9

View file

@ -1,3 +1,7 @@
img {
max-width: 100%;
}
html {
font-size: 62.5%;
}
@ -16,7 +20,7 @@ nav {
}
nav a {
font-size: 1.8rem;
font-size: 1.6rem;
font-weight: bold;
color: black;
text-decoration: none;
@ -111,7 +115,7 @@ article .header {
@media (min-width: 640px) {
body {
width: 60rem;
width: 80rem;
margin: 0 auto;
padding: 0;
}