empower-renewable-website/assets/css/style.css

50 lines
831 B
CSS
Raw Normal View History

2024-03-10 13:23:23 +07:00
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
2024-03-10 11:00:33 +07:00
html,
body {
2024-03-10 13:23:23 +07:00
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings: "slnt" 0;
2024-03-10 11:00:33 +07:00
}
@media (min-width: 40em) {
2024-03-10 13:23:23 +07:00
/* Bump up size of carousel content */
.banner-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
2024-03-10 11:00:33 +07:00
}
2024-03-10 13:23:23 +07:00
.bg-primary,
.text-bg-primary {
background-color: #2f3448 !important;
2024-03-10 11:00:33 +07:00
}
.bi {
2024-03-10 13:23:23 +07:00
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
2024-03-10 11:00:33 +07:00
}
#socialMediaSection a {
2024-03-10 13:23:23 +07:00
text-decoration: none;
2024-03-10 11:00:33 +07:00
}
2024-03-10 13:23:23 +07:00
#mainBanner {
max-width: 100%;
height: auto;
2024-03-10 11:00:33 +07:00
}
#mainLogo {
2024-03-10 13:23:23 +07:00
max-width: 100%;
height: 40px;
2024-03-10 11:00:33 +07:00
}
#companyLogo {
2024-03-10 13:23:23 +07:00
max-width: 100%;
height: 100px;
}