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

59 lines
1005 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');
html,
body {
font-family: "Noto Sans Thai", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
@media (min-width: 40em) {
/* Bump up size of carousel content */
.banner-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
}
.bg-primary,
.text-bg-primary {
background-color: #2f3448 !important;
}
.border-primary {
border-color: #2f3448 !important;
}
.list-group-item.active {
background-color: #2f3448 !important;
border-color: #2f3448 !important;
}
.bi {
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
#socialMediaSection a {
text-decoration: none;
}
#mainBanner {
max-width: 100%;
height: auto;
}
#mainLogo {
max-width: 100%;
height: 40px;
}
#companyLogo {
max-width: 100%;
height: 100px;
}