File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
templates/element/Showcase/cases Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 77?>
88<?php if ($ project ->website ): ?>
99 <div class="col-sm-12 showcase-cases ptb-30">
10- <div class="col-sm-4 <?= $ index % 2 === 1 ? 'col-sm-push-8 ' : '' ?> ">
10+ <div class="col-sm-4 image-center <?= $ index % 2 === 1 ? 'col-sm-push-8 ' : '' ?> ">
1111 <a href="<?= $ this ->App ->externalLink ($ project ->website ); ?> " target="_blank" aria-label="<?= $ project ->title ?> ">
1212 <?= $ this ->Showcase ->image ($ project ->screen_monitor_images [0 ], [
1313 'class ' => 'img-responsive '
Original file line number Diff line number Diff line change @@ -485,3 +485,18 @@ li.language a {
485485.bg-white {
486486 background-color : white;
487487}
488+
489+ @media (max-width : 767px ) {
490+ .showcase-page .showcase-cases .img-responsive {
491+ display : inline;
492+ }
493+ .showcase-page .showcase-cases .image-center {
494+ text-align : center;
495+ }
496+ # expertise .box-services-c {
497+ text-align : center;
498+ }
499+ # expertise .box-services-c .btn .btn-home {
500+ float : none !important ;
501+ }
502+ }
You can’t perform that action at this time.
0 commit comments