tanuki-s-forum/front/src/styles/CreateChannel.css

15 lines
No EOL
274 B
CSS

.create-channel-page {
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
width: 100%;
gap: 20px;
}
.create-channel {
width: 97%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}