diff --git a/wp-content/themes/cosmopet/static/css/front-page.css b/wp-content/themes/cosmopet/static/css/front-page.css index b679b2f..3cc0dea 100644 --- a/wp-content/themes/cosmopet/static/css/front-page.css +++ b/wp-content/themes/cosmopet/static/css/front-page.css @@ -1321,7 +1321,7 @@ width: 330px; .home__title { color: var(--interface-background, #F2F2F2); font-family: "Craftwork Grotesk"; - font-size: 64px; + font-size: 56px; font-style: normal; font-weight: 700; line-height: 120%; diff --git a/wp-content/themes/cosmopet/static/css/policy-page.css b/wp-content/themes/cosmopet/static/css/policy-page.css index 90a10cc..ddbac05 100644 --- a/wp-content/themes/cosmopet/static/css/policy-page.css +++ b/wp-content/themes/cosmopet/static/css/policy-page.css @@ -1,5 +1,5 @@ .policy-home { - margin-top: 5%; + margin-top: 10%; margin-bottom: 5%; } @@ -29,7 +29,7 @@ ul { margin-bottom: 10px; } -li { +main li { font-size: 18px; font-family: "Craftwork Grotesk"; margin-bottom: 10px; @@ -37,6 +37,10 @@ li { margin-left: 25px; } +.main-menu__item { + list-style-type: none; +} + @media(max-width:990px) { main { padding-top: 30px !important;