frontend/src/app/channel/channel.component.css
2023-10-15 20:03:11 +02:00

12 lines
217 B
CSS

.channel-header {
position: static;
padding: 10px;
height: 200px;
background-color: #ecf0f1;
}
.channel-pic {
border-radius: 50%;
height: 180px;
width: 180px;
border: 1px solid black;
}