change padding of page content

This commit is contained in:
davidovski 2024-01-18 14:53:04 +00:00
parent 36764da902
commit 65d05a6a4d
1 changed files with 2 additions and 0 deletions

View File

@ -95,9 +95,11 @@ h3 {
border-radius: 6px;
box-shadow: 0px 0px 50px black;
}
.content {
overflow: auto;
height: 80%;
padding: 2%;
}
.header {