mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2025-01-31 08:57:15 +00:00
11 lines
183 B
SCSS
11 lines
183 B
SCSS
|
.interests {
|
||
|
display: block;
|
||
|
-moz-column-count: 2;
|
||
|
column-count: 2;
|
||
|
width: 100%;
|
||
|
text-align: right;
|
||
|
|
||
|
&__item:nth-child(n+4) {
|
||
|
text-align: left;
|
||
|
}
|
||
|
}
|