css tweaks start
This commit is contained in:
parent
7c399a74f2
commit
37bfa22891
4 changed files with 25 additions and 10 deletions
|
@ -40,16 +40,23 @@ header{
|
|||
.nav-links{
|
||||
position: absolute;
|
||||
display: flex;
|
||||
top: 2vh;
|
||||
gap: 1em;
|
||||
width: 25em;
|
||||
height: 2em;
|
||||
width: 35vw;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.nav-btn{
|
||||
background-color: transparent;
|
||||
background-color: var(--input-button-color);
|
||||
border: none;
|
||||
font-size: 0.9em;
|
||||
height: 50%;
|
||||
border-radius: 5px;
|
||||
padding: 1px 15px;
|
||||
}
|
||||
|
||||
.nav-btn:hover{
|
||||
background-color: var(--input-button-hover-color);
|
||||
}
|
||||
|
||||
.header-logo{
|
||||
|
@ -64,7 +71,13 @@ header{
|
|||
border: none;
|
||||
}
|
||||
|
||||
.login-button .header-login-button{
|
||||
.login-button-container{
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.header-login-button{
|
||||
font-size: 2vh;
|
||||
position: absolute;
|
||||
top: 1.5vh;
|
||||
|
@ -78,6 +91,6 @@ header{
|
|||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.login-button button:hover {
|
||||
.header-login-button:hover {
|
||||
background-color: var(--input-button-hover-color);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue