Skip to content

Commit

Permalink
Updated styling on extra large screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaBN committed Jun 19, 2024
1 parent 7c9778d commit 3407830
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProjectSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
@media screen and (min-width: 1513px) {
.repositories-container {
padding: 128px 234px 124px 234px;
max-width: 1513px;
}
}
7 changes: 7 additions & 0 deletions src/components/Skills.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@
font-size: 32px;
}
}

/* Media Queries for extra large screens */
@media screen and (min-width: 1513px) {
.skills-section {
padding: 128px 234px;
}
}

0 comments on commit 3407830

Please sign in to comment.