Update style.css
This commit is contained in:
parent
80f899cb38
commit
68bace0876
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user