Fix center img-responsive - refs BT#14381

pull/2539/head
Angel Fernando Quiroz Campos 8 years ago
parent 258ffd17ba
commit fa9950f086
  1. 5
      app/Resources/public/css/editor.css

@ -263,6 +263,11 @@ blockquote p {
vertical-align: text-bottom;
}
.text-center .img-responsive {
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px) {
.img-responsive {
display: block;

Loading…
Cancel
Save