10 lines
140 B
CSS
10 lines
140 B
CSS
.view-archived {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: left;
|
|
}
|
|
|
|
.seperator {
|
|
width: 100%;
|
|
color: #1f2c38;
|
|
} |