diff --git a/assets/css/style.css b/assets/css/style.css index 9d40706..a6586ad 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1809,7 +1809,7 @@ footer { .header__claim ul { display: flex; - justify-content: space-between; + justify-content: space-around; margin: 1rem; } @@ -1830,12 +1830,21 @@ footer { padding: 0; margin: 0 0.5rem 0.5rem 0.5rem; } + + .header__claim p { + font-size: 1.1rem; + padding-bottom: 0rem; + } + + .header__claim h2 { + font-size: 1.2rem; + } - .header__claim p, .header__sub_claim p { + .header__sub_claim p { font-size: 1rem; } - .header__claim h2, .header__sub_claim h2 { + .header__sub_claim h2 { font-size: 1.25rem; } @@ -1909,7 +1918,7 @@ footer { flex-direction: column; justify-content: space-evenly; align-items: center; - margin: 2.75rem 0 0 0; + margin: 2.25rem 0 0 0; } .primary_nav__navlist {