Skip to content

Commit

Permalink
desktop formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanazf committed May 4, 2024
1 parent 2462e00 commit c279719
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/assets/components/Experience/Experience.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@
grid-auto-flow: column;
}
} */
@media only screen and (min-width: 45em) {
.experience_wrap {
max-width: 50%;
flex: 1 0;
}
.experience_list {
width: 100%;
}
}
8 changes: 8 additions & 0 deletions src/pages/Home/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@
background: hsl(var(--light-hue) var(--secondary-sl) / 0.3);
}
}

@media only screen and (min-width: 45em) {
.home_experience_wrap {
width: 100%;
display: flex;
justify-content: end;
}
}

0 comments on commit c279719

Please sign in to comment.