úprava stylů a rozhraní

This commit is contained in:
David Spáčil
2026-07-10 12:14:20 +02:00
parent a875c45a84
commit 3ea3bcfcc1
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -8,6 +8,8 @@ website:
# - href: index.qmd # - href: index.qmd
# text: Home # text: Home
# - about.qmd # - about.qmd
repo-url: https://gitea.spacilovi.eu/david-spacil/help
repo-actions: [issue]
sidebar: sidebar:
style: "docked" style: "docked"
search: true search: true
@@ -23,6 +25,8 @@ format:
theme: theme:
- cosmo - cosmo
- brand - brand
link-external-icon: true
link-external-newwindow: true
css: styles.css css: styles.css
toc: true toc: true
+9
View File
@@ -1 +1,10 @@
/* css styles */ /* css styles */
p, li {
text-align: justify;
}
.img-float-left {
float: left;
margin: 10px 10px 10px 0;
}