news-reader-php/assets/sass/components/_content.scss
Daniel Siepmann bed87f8a10
Improve layout
Don't have left sidebar.
Add small sidebar to the right of each entry to interact with each
entry.
2020-08-14 11:46:55 +02:00

8 lines
123 B
SCSS

body > main {
padding: var(--spacing-elements);
header h1 {
margin: 0;
}
}
@import 'content/entries';