Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_interests.scss « components « sass « assets - github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9759e20795da8e22675ca07d4c3ff52c3f188785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.interests {
    display: block;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    text-align: right;
    @include avoid-break;

    &__item:nth-child(n+4) {
        text-align: left;
    }
}