diff --git a/css/style.css b/css/style.css index c34a870..bfc9761 100644 --- a/css/style.css +++ b/css/style.css @@ -2,12 +2,16 @@ body { font-family: 'Roboto', sans-serif; - font-size: 100%; + font-size: large; background-color: #EFEFEF; margin: 0; padding: 0; } +p, h1, h2 { + font-size: 1em; +} + .navbar ul { font-size: 1rem; list-style-type: none;