minmod: header rotation on transition

This commit is contained in:
xdrm-brackets 2017-12-04 17:50:18 +01:00
parent add5e16625
commit 2ae283987a
1 changed files with 5 additions and 0 deletions

View File

@ -161,6 +161,11 @@
width: calc( 3.5em - 3em );
background-position: center center;
}
#WRAPPER.min #HEADER #header-icon:hover{
transform: rotate(-5deg);
}
#WRAPPER.min #HEADER #header-info{
left: 3.5em;
}