Skip to content

Commit

Permalink
Merge pull request #7 from kpn/fix/center-content
Browse files Browse the repository at this point in the history
fix: center main content
  • Loading branch information
woile authored Jan 30, 2024
2 parents 6021ed9 + 1319ffe commit edd8b56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kpn_theme/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ table {

.content-block {
margin-right: 12.1rem;
display: flex;
justify-content: center;
}

.kpn-style {
Expand All @@ -238,10 +240,6 @@ table {
padding: 1rem;
}

.container {
padding-right: 62px;
}

label[for="dark-mode"]:hover {
filter: var(--dark-mode-label-filter-hover);
}
Expand Down

0 comments on commit edd8b56

Please sign in to comment.