ú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
# text: Home
# - about.qmd
repo-url: https://gitea.spacilovi.eu/david-spacil/help
repo-actions: [issue]
sidebar:
style: "docked"
search: true
@@ -23,6 +25,8 @@ format:
theme:
- cosmo
- brand
link-external-icon: true
link-external-newwindow: true
css: styles.css
toc: true
+9
View File
@@ -1 +1,10 @@
/* css styles */
p, li {
text-align: justify;
}
.img-float-left {
float: left;
margin: 10px 10px 10px 0;
}