10 lines
111 B
CSS
10 lines
111 B
CSS
|
#cv-1-2{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
|
||
|
#cv-1{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|