1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

fixed html for basic sites

This commit is contained in:
2024-04-20 20:01:55 +02:00
parent 2a2a5f77b6
commit 070be5b0e2
2 changed files with 14 additions and 4 deletions

View File

@@ -258,3 +258,10 @@ form.search::after {
clear: both;
display: table;
}
.standalone img {
width: 50%;
}
.entry img {
width: 50%;
}