This commit is contained in:
m
2026-03-15 04:15:41 +01:00
parent 9af7274464
commit f367700803
2 changed files with 15 additions and 13 deletions

View File

@@ -97,21 +97,24 @@ nav {
/* --- Buttons & UI --- */
.btn-read-more {
margin-top: 20px;
margin-right: 4px;
float: right;
background: #f8f9fa;
border: 1px solid #e1e4e8;
color: #666;
background: #f3f4f6;
border: 1px solid #d1d5db;
color: #374151;
border-radius: 6px;
padding: 8px 20px;
font-size: 0.85rem;
padding: 10px 22px;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.03em;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block;
letter-spacing: 0.04em;
transition: all 0.18s ease;
text-decoration: none !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-read-more:hover {