Redesign home page

This commit is contained in:
2024-11-18 17:09:27 +01:00
parent e56fa4d4da
commit b5b5caa329
18 changed files with 299 additions and 179 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

BIN
res/static/img/map.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
res/static/img/map.xcf Normal file

Binary file not shown.

View File

@@ -190,15 +190,15 @@ pre>code {
.page_content {
background: var(--body_background);
border-radius: 8px;
border-radius: 6px;
overflow: hidden;
}
.page_content,
.page_margins,
footer {
margin-right: 16px;
margin-left: 16px;
margin-right: 20px;
margin-left: 20px;
}
@media (max-width: 1100px) {