update header style
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-07-18 16:25:03 +02:00
parent 44e8bef5d0
commit 7157efed09
2 changed files with 5 additions and 1 deletions

View file

@ -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;

View file

@ -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>