generated from lucien/api-template
fix: centered some titles
This commit is contained in:
parent
a3c2465247
commit
edc6f34733
2 changed files with 53 additions and 39 deletions
|
@ -31,6 +31,9 @@
|
|||
border: 1px solid #270722;
|
||||
padding: 10px;
|
||||
background-color: #fff6fd;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.messages-list {
|
||||
|
@ -50,8 +53,17 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #fff6fd;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.channels-content {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.home-header {
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue