Skip to content

Commit 545d1ae

Browse files
Aditya PutatundaAditya Putatunda
authored andcommitted
headshot_faded1
1 parent 33f0b9c commit 545d1ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
.hero-links { display: flex; gap: 1rem; flex-wrap: wrap; }
4949
.hero-links a { font-size: 0.78rem; font-weight: 600; color: var(--accent); text-decoration: none; padding: 0.45rem 1rem; border: 1.5px solid var(--accent); border-radius: 3px; transition: all 0.2s; letter-spacing: 0.01em; }
5050
.hero-links a:hover { background: var(--accent); color: #fff; }
51-
.hero-aside { background: var(--accent-light); border-radius: 6px; padding: 2rem; display: flex; align-items: center; justify-content: center; }
52-
.hero-photo { width: 100%; max-width: 520px; border-radius: 4px; object-fit: cover; }
51+
.hero-aside { background: var(--accent-light); border-radius: 6px; padding: 1.25rem; display: flex; align-items: center; justify-content: center; }
52+
.hero-photo { width: 100%; height: auto; display: block; border-radius: 3px; }
5353
.news-strip { max-width: 1400px; margin: 0 auto; padding: 0 3rem 4rem; }
5454
.news-strip-label { font-size: 0.72rem; font-weight: 600; color: var(--text-light); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border-light); }
5555
.news-items { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; }

0 commit comments

Comments
 (0)