Ö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

13 lines
169 B

body > main {
flex-grow: 1;
& > section {
padding: 2rem;
&.primary {
background-color: var(--primary);
color: var(--primary-txt);
}
}
}