Constrain normal views horizontally

This commit is contained in:
Johannes Zellner
2025-01-16 17:31:36 +01:00
parent 3955fbdc64
commit 65fc3eb362
4 changed files with 12 additions and 17 deletions

View File

@@ -48,6 +48,12 @@ footer > .p {
margin: 4px;
}
.content {
max-width: 1280px;
width: 100%;
margin-right: 10px;
}
.header {
margin-top: 50px;
padding-left: 15px;