HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/plugins/internal-links/admin/css/ilj_grid.css
.ilj-row {
    clear: both;
    min-height: 20px;
}

.ilj-row div[class^="col-"] {
    box-sizing: border-box;
    float: left;
    padding: 15px;
}

.ilj-row div[class^="col-"]:first-child {
    padding-left: 0;
}

.ilj-row div[class^="col-"]:last-child {
    padding-right: 0;
}

.ilj-row div[class^="col-"].no-top-padding {
    padding-top: 0;
}

.ilj-row .col-12 {
    width: 100%;
}

.ilj-row .col-10 {
    width: 83.33333%;
}

.ilj-row .col-9 {
    width: 75%;
}

.ilj-row .col-8 {
    width: 66.66667%;
}

.ilj-row .col-7 {
    width: 58.33333%;
}

.ilj-row .col-6 {
    width: 50%;
}

.ilj-row .col-5 {
    width: 41.66667%;
}

.ilj-row .col-4 {
    width: 33.33333%;
}

.ilj-row .col-3 {
    width: 25%;
}

.ilj-row .col-2 {
    width: 16.66667%;
}

@media only screen and (max-width: 768px) {
    .ilj-row div[class^="col-"] {
        width: 100%;
        padding: 0;
    }
}