Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzalaghayasabbasi authored Aug 14, 2024
1 parent 1b5678c commit 79efecc
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ nav ul li a:hover {


/* Media query for smaller screens */
@media (max-width: 768px) {
@media (max-width: 1080px) {
.footer {
flex-direction: row;
align-items: center;
Expand All @@ -1133,33 +1133,6 @@ nav ul li a:hover {
}
}

/* Mobile styles for 1080x2400 resolution */
@media (max-width: 1080px) {
.footer-logo img {
width: 160px;
}

.footer-logo p {
font-size: 16px;
}

.footer-company p, .footer-contact p {
font-size: 16px;
}

.footer-company a, .footer-contact a {
font-size: 14px;
}

.footer-line {
width: 95%;
}

.footer-copyright {
font-size: 12px;
}
}

/* Keyframes for fadeIn animation */
@keyframes fadeIn {
from { opacity: 0; }
Expand Down

0 comments on commit 79efecc

Please sign in to comment.