css renovation 1
This commit is contained in:
parent
2090c3b16c
commit
98fb54a1fe
6 changed files with 20 additions and 14 deletions
|
@ -4,7 +4,7 @@ header{
|
|||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 5em;
|
||||
height: 10vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 1em;
|
||||
|
@ -40,10 +40,10 @@ header{
|
|||
.nav-links{
|
||||
position: absolute;
|
||||
display: flex;
|
||||
top: 1em;
|
||||
top: 2vh;
|
||||
gap: 1em;
|
||||
width: 25em;
|
||||
height: 3em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.nav-btn{
|
||||
|
@ -65,9 +65,9 @@ header{
|
|||
}
|
||||
|
||||
.login-button .header-login-button{
|
||||
font-size: 1em;
|
||||
font-size: 2vh;
|
||||
position: absolute;
|
||||
top: 1.5em;
|
||||
top: 1.5vh;
|
||||
right: 1vw;
|
||||
padding: 10px 20px;
|
||||
background-color: var(--input-button-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue