Refactor SCSS styles in common and about templates

- Removed unused styles and nested selectors from _common.scss to streamline the code.
- Cleaned up the .about section in _about.scss by eliminating redundant styles for headings and paragraphs.
- Improved overall readability and maintainability of the SCSS files.
This commit is contained in:
astosic 2025-08-02 01:31:47 +02:00
parent 99b78797b2
commit 30fb9c0827
13 changed files with 288 additions and 323 deletions

View file

@ -20,7 +20,6 @@ h2 {
font-style: italic;
font-weight: 400;
line-height: 1.4;
margin-bottom: 1rem;
color: #222;
}
@ -73,9 +72,4 @@ p {
opacity: 0;
}
}
.section-title {
margin-bottom: 0px;
}
}