Skip to content

Commit

Permalink
Revert "Update style.css"
Browse files Browse the repository at this point in the history
This reverts commit 3f05648.
  • Loading branch information
SMOS-Github committed Sep 10, 2024
1 parent 3f05648 commit 2122cde
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
padding:0px;
border:border-box;
}

a{
text-decoration:none;
color:#007185;
Expand All @@ -24,17 +23,11 @@ a{
width:100%;
background-color:rgb(19,25,33);
display:flex;
flex-wrap:wrap;
justify-content:space-between;
justify-content:space-evenly;
align-items:center;
border:border-box;
padding:0 10px;
}
@media (max-width: 768px) {
.navbar {
flex-direction: column;
height: auto;
}

.logo{
height:30px;
padding-bottom:10px;
Expand Down Expand Up @@ -99,7 +92,7 @@ a{
}
#searchE{
height:40px;
width:100%;
width:900px;
border:none;
border:border-box;
font-family:Amazon Ember;
Expand All @@ -118,10 +111,6 @@ a{
display:flex;
justify-content:space-evenly;
align-items:center;
width:100%;
max-width:900px;
order: -1; /* Move search box to the top on mobile */
margin-bottom: 10px;
}


Expand Down Expand Up @@ -170,7 +159,6 @@ p{
display:flex;
justify-content:flex-start;
align-items:center;
overflow-x: auto;
}


Expand Down Expand Up @@ -258,22 +246,19 @@ p{
}
.categorys{
background-color:rgb(227,230,230);
ddisplay:flex;
display:flex;
position:relative;
top:-30px;
flex-wrap:wrap;
height:100%;
width:100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
padding: 20px;

}

.subItems{
background-color:white;
height:470px;
width:100%;
width:380px;
display:flex;
flex-wrap:wrap;
margin:0px 0px 20px 20px;
Expand All @@ -282,9 +267,6 @@ p{
position:relative;
left:25px;
top:10px;
width: 100%; /* Instead of fixed 380px */
max-width: 380px; /* You can keep a max-width if needed */
margin: 0 auto;
}


Expand Down

0 comments on commit 2122cde

Please sign in to comment.