mirror of
https://codeberg.org/danielsiepmann/news-reader-php.git
synced 2024-11-22 20:26:09 +01:00
8 lines
106 B
SCSS
8 lines
106 B
SCSS
|
body > main > section {
|
||
|
padding: var(--spacing-elements);
|
||
|
|
||
|
header h1 {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|