UX: Add spacing adjustment in solutions.scss

- Add a newline for better code readability and spacing consistency within the `solutions.scss` file.
- No functional changes made.
This commit is contained in:
Sérgio Saquetim 2025-07-22 00:44:41 -03:00
parent 75b4eef73a
commit 5b1d57d392
No known key found for this signature in database
GPG Key ID: B4E3D7F11E793062

View File

@ -68,6 +68,7 @@ aside.quote.accepted-answer {
> .title {
padding: 0.8em;
}
> blockquote {
display: none;
}