Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bayan-almasri10 authored Dec 3, 2023
1 parent f7336fb commit 7079ab3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/slicez.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ html{
}
body{
font-family: "poppins", sans-serif;
/* background-color: whitesmoke; */
background-color: whitesmoke;
}
a{
text-decoration: none;
Expand Down Expand Up @@ -589,6 +589,11 @@ header .mega-menu .links li a i{
margin-left: 8%;
}
}
@media (max-width:376px){
.portfolio .image-container .box{
margin-left: 7%;
}
}
@media (max-width:321px){
.portfolio .image-container .box{
margin-left: 3%;
Expand Down

0 comments on commit 7079ab3

Please sign in to comment.