mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2024-11-23 15:57:58 +00:00
12 lines
No EOL
209 B
SCSS
12 lines
No EOL
209 B
SCSS
.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;
|
|
}
|
|
} |