mirror of
https://codeberg.org/danielsiepmann/news-reader-php.git
synced 2024-11-22 12:16:09 +01:00
Daniel Siepmann
8efad3e1fd
Basic import of entries from feeds. Also make imported feeds accessible in frontend.
8 lines
133 B
SCSS
8 lines
133 B
SCSS
body > main > section {
|
|
padding: var(--spacing-elements);
|
|
header h1 {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
@import 'content/entries';
|