generated from lucien/api-template
fix: fixed user page spacing
This commit is contained in:
parent
636267f28f
commit
39193af2d6
1 changed files with 2 additions and 1 deletions
|
@ -12,10 +12,11 @@
|
||||||
width: 97%;
|
width: 97%;
|
||||||
border: 1px solid #270722;
|
border: 1px solid #270722;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-messages {
|
.user-messages {
|
||||||
width: 97%;
|
|
||||||
border: 1px solid #270722;
|
border: 1px solid #270722;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue