mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add ability to export articles, track publications in json file on NGINX, fix vulnerabilities and refactor
This commit is contained in:
@@ -27,14 +27,21 @@ header > .container {
|
||||
|
||||
nav,
|
||||
header,
|
||||
main,
|
||||
footer {
|
||||
main {
|
||||
padding-block: var(--space-s);
|
||||
}
|
||||
|
||||
main {
|
||||
padding-block-end: var(--space-xl);
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-block-start: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer > .container {
|
||||
border-block-start: 0.125rem dotted var(--color-border);
|
||||
padding-block: var(--space-s);
|
||||
}
|
||||
|
||||
section {
|
||||
|
||||
Reference in New Issue
Block a user