generated from lucien/api-template
fix: changed the background color
This commit is contained in:
parent
eae2a483b5
commit
652d6929ef
10 changed files with 15 additions and 3 deletions
|
@ -23,12 +23,14 @@
|
|||
justify-content: space-between;
|
||||
align-items: top;
|
||||
padding: 10px;
|
||||
background-color: #fff6fd;
|
||||
}
|
||||
|
||||
.home-messages {
|
||||
width: 60%;
|
||||
border: 1px solid #270722;
|
||||
padding: 10px;
|
||||
background-color: #fff6fd;
|
||||
}
|
||||
|
||||
.messages-list {
|
||||
|
@ -47,6 +49,7 @@
|
|||
padding: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #fff6fd;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue