mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2025-02-07 12:23:31 +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;
|
||
|
}
|
||
|
}
|