1
0
Fork 0

CSS to center images

This commit is contained in:
Luca Beltrame 2015-04-27 20:57:43 +02:00
parent 07f06a24e9
commit 570e1ef6bd

View file

@ -49,8 +49,13 @@
}
}
.center-image {
margin: 0 auto;
display: block;
}
// Global Transition
// ---------------------------------------------------
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
@include transition(all .2s ease);
}
}