@@ -265,12 +265,21 @@ section#header-title { | |||
font-size: 26px; | |||
display: block; | |||
img { | |||
@include transition(0.1s linear); | |||
height: 63px; | |||
margin-bottom: 5px; | |||
float: left; | |||
} | |||
&:hover { | |||
img { | |||
//filter: brightness(0); | |||
filter: brightness(0.9); | |||
} | |||
} | |||
.text { | |||
float: left; | |||
padding-left: 10px; |