divider..btn

This commit is contained in:
m
2026-03-15 04:45:50 +01:00
parent dd535780b7
commit cf3042dada
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
border-top: 1px solid #e5e7eb; border-top: 1px solid #e5e7eb;
} }
.post-divider-expanded { .post-divider-expanded {
margin-top: 0px; margin-top: 25px;
margin-bottom: 60px; margin-bottom: 60px;
} }

View File

@@ -119,8 +119,7 @@ nav {
.btn-read-more:hover { .btn-read-more:hover {
background-color: #ffffff; background-color: #ffffff;
border-color: #007bff; border-color: #666;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
transform: translateY(-1px); transform: translateY(-1px);
} }