HEX
Server: LiteSpeed
System: Linux server490.bertina.biz 5.14.0-687.31.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Aug 1 05:38:01 EDT 2026 x86_64
User: parskavirpaya (1252)
PHP: 8.1.34
Disabled: mail, show_source, system, shell_exec, passthru, exec, popen
Upload Files
File: /home/parskavirpaya/public_html/wp-content/themes/porto/scss/theme/shortcodes/_history.scss
/* History */
.porto-history {
    margin: 25px 0;
    padding: 0;
    clear: both;
    .featured-box h4 {
        margin: 0 0 -27px 0;
        padding: 0;
    }
    p {
        margin-#{$left}: 53px;
    }
    .thumb {
        width: 227px;
        height: 160px;
        margin: 0 0 30px;
        padding: 0;
        float: $left;
        img {
            border-radius: 150px;
            margin: 7px 8px;
            width: 145px;
            height: 145px;
        }
    }
    .featured-box {
        text-align: $left;
        margin-#{$left}: 225px;
        margin-bottom: 50px;
        min-height: 115px;

        .box-content {
            border-top-color: var(--porto-primary-color);
        }
    }
}

/* Responsive */
@media (max-width: 650px) {

    .porto-history {
        .thumb {
            display: none;
        }
        .featured-box {
            margin-#{$left}: 0;
        }
    }

}