This commit is contained in:
tolstoevsky 2020-03-11 13:39:42 +03:00
parent f7d2e1a460
commit f67caa0721
No known key found for this signature in database
GPG key ID: EDD59F3A654C596C
7 changed files with 31 additions and 19 deletions

View file

@ -72,6 +72,18 @@ h1, h2, h3 {
font-family: "exo2";
}
.zoom {
transition: transform .2s;
margin: 0 auto;
}
.zoom:hover {
-ms-transform: scale(2); /* IE 9 */
-webkit-transform: scale(2); /* Safari 3-8 */
transform: scale(2);
}
@media screen and (max-width: 900px) {
body {
max-width: 90%;