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 7
7
?>
8
8
<?php if ($ project ->website ): ?>
9
9
<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 ' : '' ?> ">
11
11
<a href="<?= $ this ->App ->externalLink ($ project ->website ); ?> " target="_blank" aria-label="<?= $ project ->title ?> ">
12
12
<?= $ this ->Showcase ->image ($ project ->screen_monitor_images [0 ], [
13
13
'class ' => 'img-responsive '
Original file line number Diff line number Diff line change @@ -485,3 +485,18 @@ li.language a {
485
485
.bg-white {
486
486
background-color : white;
487
487
}
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