коробочки на всех картинках, правка стиля стриншотов на глагнэ

This commit is contained in:
Tolstoevsky 2019-08-22 17:15:08 +03:00
parent fea2c31c2c
commit 69ffbbb1b3
6 changed files with 54 additions and 19 deletions

View file

@ -568,6 +568,7 @@ h1, h2, h3, h4, h5, h6, figure {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.work .desc h3 {
font-size: 14px;
@ -575,15 +576,19 @@ h1, h2, h3, h4, h5, h6, figure {
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
color: #dddddd;
background-color: #000000;
}
.work .desc span {
display: block;
color: #999999;
font-size: 12px;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translate3d(0, 15px, 0);
transform: translate3d(0, 15px, 0);
color: #dddddd;
background-color: #000000;
}
@media screen and (max-width: 768px) {
.work .desc {