css progress 2
This commit is contained in:
parent
3e32ed6e0c
commit
0634d648c1
3 changed files with 24 additions and 16 deletions
|
@ -7,12 +7,14 @@ header{
|
|||
height: 10vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 1em;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.hamburger{
|
||||
position: absolute;
|
||||
left: 5vw;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
cursor: pointer;
|
||||
|
@ -54,7 +56,7 @@ header{
|
|||
font-size: 0.9em;
|
||||
height: 50%;
|
||||
border-radius: 5px;
|
||||
padding: 0.2em 15px;
|
||||
padding: 2px 15px;
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
|
||||
|
@ -63,7 +65,6 @@ header{
|
|||
}
|
||||
|
||||
.header-logo{
|
||||
margin:auto;
|
||||
width: 250px;
|
||||
height: 5vh;
|
||||
background-image: url(../../public/img/logo.png);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue