fix(Home): more accesibles home tag nav button
This commit is contained in:
parent
5bd5a5f0df
commit
0ec61c855d
2 changed files with 21 additions and 14 deletions
|
|
@ -99,15 +99,26 @@ Nav
|
|||
}
|
||||
|
||||
.nav-item {
|
||||
width: 15em;
|
||||
width: 18em;
|
||||
padding: 1em;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 0.7em;
|
||||
border: 3px solid rgba(255, 111, 10, 0.7);
|
||||
color: initial;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
transition: ease-in-out 0.1s;
|
||||
height: 1.2em;
|
||||
transition: all 0.2s !important;
|
||||
text-decoration: unset;
|
||||
font: inherit;
|
||||
background: white;
|
||||
height: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.nav-item:hover {
|
||||
text-decoration: unset;
|
||||
transform: scale(1.05);
|
||||
color: initial;
|
||||
}
|
||||
|
||||
.nav-item svg {
|
||||
|
|
@ -162,10 +173,6 @@ Nav
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.nav-item:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
#nav-enabler {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -370,7 +377,7 @@ Nav
|
|||
}
|
||||
|
||||
.nav-item {
|
||||
width: auto;
|
||||
width: 100%;
|
||||
}
|
||||
.nav-item:hover {
|
||||
transform: scale(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue