Skip to content

Commit

Permalink
worked on css for smaller screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoke221 committed Jul 6, 2024
1 parent 3bd46ea commit 3d72226
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ footer > span > a + span {
margin-bottom: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
@media only screen and (min-width: 0px) and (max-width: 550px) {
nav {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -465,7 +465,7 @@ footer > span > a + span {
top: -47px;
}
#about-container.about.section {
height: 450px;
height: 500px;
}
.nav-toggle-label {
display: block;
Expand Down Expand Up @@ -574,9 +574,14 @@ footer > span > a + span {
margin: 30px 0 30px 0;
}

.project-info>a {
font-size: smaller;
}

.project-description {
width: 320px;
height: 106px;
height: 56px;
font-size: small;
}
.swiper {
width: 343px;
Expand Down

0 comments on commit 3d72226

Please sign in to comment.