diff --git a/sass/style.scss b/sass/style.scss index be73c82..4cc8e9e 100755 --- a/sass/style.scss +++ b/sass/style.scss @@ -131,4 +131,11 @@ form { .ui-helper-hidden-accessible{ display: none; +} + +// shame hack for issue #72 +@media (max-width: 992px) { + .col-md-6 > img { + margin-bottom: 20px; + } } \ No newline at end of file -- libgit2 0.21.2