Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 34 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,35 @@ header i:hover,header #cart:hover{
}

/* Media Queries */
@media (max-width: 1024px) and (min-width: 600px) {
.container {
flex-direction: row;
justify-content: center;
gap: 20px;
transform: translateX(125px);
}

.footer-section {
flex: 1 1 45%; /* Takes almost half of the container width */
margin: 10px 0;
}

.footer-section p {
font-size: 14px;
}

.footer-section h3 {
font-size: 18px;
}

.footer-bottom {
font-size: 13px;
}
section.sec {
height: 200rem;
}
}

@media (max-width: 768px) {
*{
font-size: small;
Expand All @@ -605,7 +634,7 @@ img {
width: 59%;
}
ul {
transform: translate(-95px, 0px);
/* transform: translate(-95px, 0px); */
}
header #cart {
transform: translate(-90px, 0);
Expand Down Expand Up @@ -704,13 +733,15 @@ i.ri-menu-3-fill {

@media (max-width: 768px) {
section.sec {
height: 492rem;
height: 200rem;
}

.cards {
transform: translate(-27px, 65px);
}
h2 {
transform: translate(81px, 53px);
font-size: medium;
}
}
}