fix
This commit is contained in:
parent
e0f8d37728
commit
27d4f9511f
@ -1312,10 +1312,15 @@ button.comment_open:hover {
|
||||
.sun-button img {
|
||||
width: 50px;
|
||||
margin: 50% 0 0 0;
|
||||
-webkit-transition: 0.8s;
|
||||
-moz-transition: 0.8s;
|
||||
-o-transition: 0.8s;
|
||||
-ms-transition: 0.8s;
|
||||
transition: 0.8s;
|
||||
}
|
||||
|
||||
img#sun-img-button:hover {
|
||||
background:#fff700
|
||||
background:#fff700a6;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px) {
|
||||
|
Loading…
Reference in New Issue
Block a user