ÖzgürKon 2021
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.
 
 
ozgurkon-2021-site/test-hugo/themes/devfest-theme-hugo/assets/style/partials/_main.scss

19 lines
295 B

body > main {
& > section {
padding: 2rem;
&.primary {
background-color: var(--primary);
color: var(--primary-txt);
}
& > h2 {
margin-bottom: 1.5rem;
padding: 0;
font-size: 2rem;
line-height: 1.875rem;
font-weight: 300;
}
}
}