Fix logging level, improved README.md

This commit is contained in:
2018-11-04 16:39:38 +01:00
parent cef5d1c3d6
commit 62d3df0725
8 changed files with 38 additions and 7 deletions

View File

@ -15,6 +15,7 @@
width: 100%;
}
.section {
padding: 0px 10px 0px 10px;
display: flex;
flex-direction: row;
align-items: center;
@ -125,7 +126,7 @@
transform: translate3d(-10.724999999999994px, 0, 0);
}
.row__inner:hover .tile {
opacity: 0.3;
opacity: 0.6;
}
.row__inner:hover .tile:hover {
-webkit-transform: scale(1.15);