25 lines
143 B
CSS
25 lines
143 B
CSS
|
*{
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
|
||
|
.container{
|
||
|
|
||
|
}
|
||
|
|
||
|
.channel{
|
||
|
|
||
|
}
|
||
|
|
||
|
.children{
|
||
|
margin-left: 1rem
|
||
|
}
|
||
|
|
||
|
.clients{
|
||
|
margin-left: 1rem
|
||
|
}
|
||
|
|
||
|
.client{
|
||
|
|
||
|
}
|
||
|
|