Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jjf2009 committed Dec 28, 2024
1 parent 15593d5 commit 1b9153e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body {

.hero-section {
min-height: 100vh;
min-width: 100vw;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
display: flex;
align-items: center;
Expand Down Expand Up @@ -87,6 +88,7 @@ body {
transition: var(--transition);
position: relative; /* Necessary for pseudo-elements to align correctly */
z-index: 1;
min-width: 100vw;
}

.skill-badge:hover {
Expand Down Expand Up @@ -150,9 +152,11 @@ body {

.section-padding {
padding: 6rem 0;
min-width: 100vw;
}
.contact-section-padding{
padding: 6rem 0 0 0;
min-width: 100vw;
}
.timeline {
border-left: 2px solid var(--primary-color);
Expand Down

0 comments on commit 1b9153e

Please sign in to comment.