1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 13:03:15 +00:00
This commit is contained in:
2025-11-22 13:55:02 +01:00
parent a08c3ab6d6
commit f97b4402c6
7 changed files with 40 additions and 1 deletions
+11
View File
@@ -183,6 +183,17 @@ h1, h2, h3, h4 {
margin-top: 24px;
}
.ad {
margin: 26px 0;
padding: 14px 0;
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}
.ad-in-article {
text-align: center;
}
.post .content p {
margin: 14px 0;
}