some seo, more pages

This commit is contained in:
2024-09-03 11:58:19 +02:00
parent 23a6e28d00
commit 35f6bdd7b3
16 changed files with 381 additions and 70 deletions

29
site/src/css/wrapfig.css Normal file
View File

@@ -0,0 +1,29 @@
.wrapfig-wrapper {
width: 80%;
position: relative;
}
.wrapfig {
width: 40%;
}
.wrapfig.left {
float: left;
}
.wrapfig.right {
float: left;
}
.wrapfig-text {
margin: 5px;
width: 58%;
}
.wrapfig-text.left {
margin-right: auto;
}
.wrapfig-text.right {
margin-left: auto;
}