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;
align-items: center;
background-color: #de0e1b;
padding: 15px;
position: fixed;
}
div p {
margin: 0;

View file

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