Commit e4afe03f39d0f07936c21852643a5ca4c79bb0bc

Authored by Leonardo Merlin
1 parent 65e1d48d

Shame sass-hack to fix #72

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
sass/style.scss
... ... @@ -131,4 +131,11 @@ form {
131 131  
132 132 .ui-helper-hidden-accessible{
133 133 display: none;
  134 +}
  135 +
  136 +// shame hack for issue #72
  137 +@media (max-width: 992px) {
  138 + .col-md-6 > img {
  139 + margin-bottom: 20px;
  140 + }
134 141 }
135 142 \ No newline at end of file
... ...