mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2024-11-23 15:57:58 +00:00
15 lines
No EOL
210 B
SCSS
15 lines
No EOL
210 B
SCSS
.language {
|
|
&__item {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
|
|
&__name,
|
|
&__level {
|
|
display: table-cell;
|
|
width: 50%;
|
|
}
|
|
&__level {
|
|
text-align: right;
|
|
}
|
|
} |