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;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #de0e1b;
|
background-color: #de0e1b;
|
||||||
|
padding: 15px;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
div p {
|
div p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -14,10 +14,12 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
div {
|
div {
|
||||||
margin-top: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
margin-top: 80px;
|
||||||
|
max-height: calc(100% - 17vh);
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue