forked from oyd/ozgurkon-2021-site
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.
20 lines
295 B
20 lines
295 B
6 years ago
|
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;
|
||
|
}
|
||
|
}
|
||
|
}
|