This commit is contained in:
parent
44e8bef5d0
commit
7157efed09
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: #de0e1b;
|
||||
padding: 15px;
|
||||
position: fixed;
|
||||
}
|
||||
div p {
|
||||
margin: 0;
|
||||
|
|
|
@ -14,10 +14,12 @@
|
|||
|
||||
<style>
|
||||
div {
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 15px;
|
||||
margin-top: 80px;
|
||||
max-height: calc(100% - 17vh);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue