💄 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:
parent
f9e7ce7c83
commit
7c3f58b492
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-text p {
|
.project-text p {
|
||||||
padding: 0rem 0.5rem;
|
padding: 0.5rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue