Files
Blog/assets/css/custom.css
Vezpi 616efe845d
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 19s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Has been skipped
Blog Deployment / Deploy-Production (push) Has been skipped
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Test-Production (push) Has been skipped
Blog Deployment / Notify (push) Has been skipped
add: custom.css
2025-06-23 19:14:02 +00:00

13 lines
190 B
CSS

.homepage-header {
padding: 1rem 0;
text-align: center;
}
.homepage-title {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.homepage-description {
font-size: 1.2rem;
color: #666;
}