���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/layout/bootstrap4/global_assets/scss/shared/pages/ |
/* ------------------------------------------------------------------------------ * * # Blog layouts * * Blog layouts with various blog layouts * * ---------------------------------------------------------------------------- */ // Check if component is enabled @if $enable-blog { // Horizontal layout .blog-horizontal { // Stick thumb to the left and give it fixed width .card-img-actions { width: 100%; // Desktop size @include media-breakpoint-up(sm) { width: 45%; float: left; max-width: $blog-horizontal-img-max-width; z-index: 10; } } } // // Media sizing // // Mini .blog-horizontal-xs { .card-img-actions { @include media-breakpoint-up(sm) { width: 35%; max-width: $blog-horizontal-img-max-width-xs; } } } // Medium .blog-horizontal-sm { .card-img-actions { @include media-breakpoint-up(sm) { width: 40%; max-width: $blog-horizontal-img-max-width-sm; } } } // Large .blog-horizontal-lg { .card-img-actions { @include media-breakpoint-up(sm) { width: 50%; max-width: $blog-horizontal-img-max-width-lg; } } } }