Sha256: cb88c5bec609f92ed0f3d9d475e39775f5d8007753b901141279187709ed997d

Contents?: true

Size: 735 Bytes

Versions: 4

Compression:

Stored size: 735 Bytes

Contents

$COLOR_BOX_SECONDARY: darkgrey;
$COLOR_BOX_FONT: #666666;

.index-box-container {
    columns: 2;
    column-gap: 0px;
    display: inline-block;
    max-width: 100%;

    @media (max-width: 800px) {
        columns: 1;
    }
}

.index-box {
    width: 85%;
    min-height: 120px;
    display: inline-block;

    padding: 10px 20px 0px 20px;

    border: solid 1px $grey-color-light;
    margin-bottom: 25px;

    @media (max-width: 800px) {
        width: 86%;
        margin-right: 0;
    }

    h3 {
        font-size: 20pt;
        color: $COLOR_BOX_FONT;
        margin-block-end: 10px;
        border-bottom: solid 1px $COLOR_BOX_SECONDARY;
    }

    ul {
        margin-block-end: 12px;
    }
}

.noborderbox {
    border :0;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-lcsb-default-0.5.0 _sass/minima/_boxes.scss
jekyll-theme-lcsb-default-0.4.23 _sass/minima/_boxes.scss
jekyll-theme-lcsb-default-0.4.22 _sass/minima/_boxes.scss
jekyll-theme-lcsb-default-0.4.21 _sass/minima/_boxes.scss