💄 frontend: Adjust padding for project text paragraphs

- Increased top and bottom padding on `.project-text p` elements to `0.5rem` for better spacing
This commit is contained in:
Markus Scully 2025-08-02 11:29:15 +03:00
parent f9e7ce7c83
commit 7c3f58b492
Signed by: mascully
GPG key ID: 93CA5814B698101C

View file

@ -389,7 +389,7 @@ h6 {
}
.project-text p {
padding: 0rem 0.5rem;
padding: 0.5rem 0.5rem;
}
@media (max-width: 768px) {