Update style.css

This commit is contained in:
Sam 2023-04-05 16:36:44 +03:00 committed by GitHub
parent 80f899cb38
commit 68bace0876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
width: 100%;
height: 50px;
display: flex;
justify-content: space-around;
justify-content: space-between;
align-content: center;
z-index: 999;
}
@ -98,6 +98,7 @@
padding: 5px 10px;
cursor: pointer;
transition: .3s;
margin-top: 24px;
}
.hero .nav #menuToggle:hover{
border-radius: 5px;
@ -131,6 +132,7 @@
justify-content: space-between;
align-items: center;
position: relative;
margin-top: 20px;
}
@media(max-width:767px){
.header{
@ -172,4 +174,4 @@
opacity: 1;
transform: translateY(0px);
}
}
}