CSS to center images
This commit is contained in:
parent
07f06a24e9
commit
570e1ef6bd
1 changed files with 6 additions and 1 deletions
|
@ -49,8 +49,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center-image {
|
||||||
|
margin: 0 auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
// Global Transition
|
// Global Transition
|
||||||
// ---------------------------------------------------
|
// ---------------------------------------------------
|
||||||
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
|
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
|
||||||
@include transition(all .2s ease);
|
@include transition(all .2s ease);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue