Backup database and code changes - 2025-06-09 05:33:32

This commit is contained in:
root
2025-06-09 05:33:32 +00:00
parent 8d431b6cbd
commit c5a09bee5f
29 changed files with 410 additions and 207 deletions

View File

@@ -1252,7 +1252,7 @@ img {
/* Blog article styles */
.blog-article {
padding: 40px 0 80px;
padding: 110px 0 80px;
background: white;
position: relative;
clear: both;
@@ -2965,6 +2965,33 @@ aside.related-articles {
font-weight: 500;
}
/* Category links section */
.category-links {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
margin-top: 2rem;
width: 100%;
}
.category-links .btn {
min-width: 200px;
}
/* Mobile responsive for category links */
@media (max-width: 768px) {
.category-links {
flex-direction: column;
align-items: center;
}
.category-links .btn {
width: 100%;
max-width: 300px;
}
}
/* Button text visibility fix */
.btn * {
color: inherit;