6 lines
85 B
SCSS
6 lines
85 B
SCSS
.years {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
justify-content: start;
|
|
}
|