Skip to content

Commit

Permalink
fix: align cover logo center
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Jul 19, 2024
1 parent 37e44d8 commit aafbcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Public/Css/Frontend/manual.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ nav a.active {
*/
section.cover {
display: grid;
justify-content: center;
justify-items: center;
padding: calc(2 * var(--space)) 0;
gap: calc(2 * var(--space));
}
Expand Down

0 comments on commit aafbcb9

Please sign in to comment.