landing and portfolio

This commit is contained in:
Ovidiu U
2026-03-13 11:00:39 +00:00
parent 55ae54d2c5
commit 8a755e6361
15 changed files with 1748 additions and 149 deletions

View File

@@ -97,11 +97,11 @@ a {
======================================== */
.hero {
min-height: 100vh;
min-height: 60vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 10rem 3rem 6rem;
padding: 4rem 3rem 2rem;
border: var(--border-thick);
background: var(--grey-light);
margin-bottom: 2rem;
@@ -137,8 +137,8 @@ a {
color: var(--white);
background: var(--black);
padding: 1rem;
max-width: 550px;
margin-bottom: 3rem;
max-width: clamp(280px, 40vw, 550px);
margin-bottom: 1rem;
border-left: 8px solid var(--accent);
}