hugo-theme-almeida/assets/scss/components/_languages.scss
Piotr Bocheński f2321f1627
Move 'assets/sass' -> 'assets/scss'
We don't use SASS so this was misleading.

Signed-off-by: Piotr Bocheński <bochenski.piotr@gmail.com>
2021-06-27 14:14:34 +02:00

15 lines
No EOL
210 B
SCSS

.language {
&__item {
display: table;
width: 100%;
}
&__name,
&__level {
display: table-cell;
width: 50%;
}
&__level {
text-align: right;
}
}