18 lines
232 B
CSS
18 lines
232 B
CSS
|
|
||
|
.stackpanel-vertical {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.stackpanel-horizontal {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
}
|
||
|
|
||
|
.horizon-center {
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.article span {
|
||
|
margin: 0 0.83rem;
|
||
|
}
|