You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/wp-content/themes/cosmopet/static/css/policy-page.css

56 lines
1000 B

.policy-home {
margin-top: 10%;
margin-bottom: 5%;
}
h1 {
font-family: "Craftwork Grotesk";
font-size: 48px;
font-weight: 700;
line-height: 56px;
text-transform: uppercase;
margin-bottom: 60px;
}
h3 {
font-size: 24px;
font-family: "Craftwork Grotesk";
margin-top: 20px;
margin-bottom: 20px;
}
p {
font-size: 18px;
font-family: "Craftwork Grotesk";
margin-bottom: 10px;
}
ul {
margin-bottom: 10px;
}
main li {
font-size: 18px;
font-family: "Craftwork Grotesk";
margin-bottom: 10px;
list-style-type: disc;
margin-left: 25px;
}
.main-menu__item {
list-style-type: none;
}
@media(max-width:990px) {
main {
padding-top: 30px !important;
}
h1 {
font-family: "Craftwork Grotesk";
font-size: 24px;
font-weight: 700;
line-height: 28px;
text-transform: uppercase;
margin-bottom: 40px;
}
}