Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmynlopez authored Aug 27, 2024
1 parent a5eee46 commit 8efdf1d
Showing 1 changed file with 54 additions and 12 deletions.
66 changes: 54 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,20 @@ ul li a {
}
}

@media (max-width: 786px) {
.social-container {
width: 20%;
}
}
@media (max-width: 743px) {
.social-container {
width: 20%;
}
.social-icon {
padding: 25px;
}
}

@media (max-width: 715px) {
.social-container {
width: 30%;
Expand Down Expand Up @@ -583,6 +597,12 @@ ul li a {
}
}

@media (max-width: 600px) {
.social-icon p {
font-size: 0.9rem;
}
}

@media (max-width: 580px) {
.device-img {
width: 250px;
Expand All @@ -601,6 +621,19 @@ ul li a {
}
}

@media (max-width: 550px) {
.log {
display: none;
}
#menu-icon {
top: -4%;
}

.navbar {
margin-top: 30px;
}
}

@media (max-width: 526px) {
.device-img {
margin-top: -250px;
Expand All @@ -612,25 +645,34 @@ ul li a {
width: 20%;
}
.social-icon p {
font-size: 1.0rem;
font-size: 0.9rem;
}
}

@media (max-width: 480px) {
.device-img {
margin-top: -230px;
@media (max-width: 515px) {
.social-icon {
padding: 10px;
}
.social-icon p {
font-size: 0.8rem;
}
}

@media (max-width: 550px) {
.log {
display: none;
@media (max-width: 500px) {
.king-center {
transform: scale(0.1);
padding-left: 60%;
padding-bottom: 15%;
}
#menu-icon {
top: -4%;
.wallenberg {
transform: scale(0.4);
padding-bottom: 10%;

}
}

.navbar {
margin-top: 30px;
@media (max-width: 480px) {
.device-img {
margin-top: -230px;
}
}
}

0 comments on commit 8efdf1d

Please sign in to comment.