🐛 [welcome] Corrige giro botón con ancho estrecho
This commit is contained in:
parent
8de3f0b7a5
commit
3e76c656eb
1 changed files with 5 additions and 5 deletions
|
@ -295,11 +295,6 @@ a:hover:visited {
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#poweredby-link:hover {
|
|
||||||
transition: all .5s;
|
|
||||||
transform: rotate(-3deg) scale(1.1);
|
|
||||||
box-shadow: 0px 3px 5px rgba(0,0,0,.4);
|
|
||||||
}
|
|
||||||
#poweredby-link:hover span {
|
#poweredby-link:hover span {
|
||||||
animation-play-state: paused;
|
animation-play-state: paused;
|
||||||
}
|
}
|
||||||
|
@ -323,6 +318,11 @@ a:hover:visited {
|
||||||
max-width: 29.375rem;
|
max-width: 29.375rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
#poweredby-link:hover {
|
||||||
|
transition: all .5s;
|
||||||
|
transform: rotate(-3deg) scale(1.1);
|
||||||
|
box-shadow: 0px 3px 5px rgba(0,0,0,.4);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-text {
|
.content-text {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue