mirror of https://github.com/dirtbags/moth.git
Scale images
This commit is contained in:
parent
e1505250dd
commit
781ce9d4d8
|
@ -12,6 +12,7 @@ html {
|
||||||
background: #35170c url(../images/brown-circles.jpg) repeat left bottom;
|
background: #35170c url(../images/brown-circles.jpg) repeat left bottom;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
font-family: "Maven Pro", Ubuntu, sans-serif;
|
font-family: "Maven Pro", Ubuntu, sans-serif;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -106,6 +107,14 @@ hr {
|
||||||
padding: 0.1em 0.1em;
|
padding: 0.1em 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
transition: all .2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
img:hover {
|
||||||
|
transform: scale(1.5);
|
||||||
|
}
|
||||||
|
|
||||||
/**** Section ****/
|
/**** Section ****/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue