Skip to content

Commit

Permalink
WEB: Fix text alignment in the intro boxes
Browse files Browse the repository at this point in the history
This is an attempt to fix the broken text aligment in the
intro boxes on the downloads page that occured when the text
is higher than the navigation box.
  • Loading branch information
Lothar Serra Mari committed May 5, 2016
1 parent bb8e4a8 commit 032d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/layout.css
Expand Up @@ -147,7 +147,7 @@ body {
}

.navigation {
padding: 0.5em 2em;
padding: 0.5em 1.65em;
}

.navigation h2 {
Expand Down

0 comments on commit 032d815

Please sign in to comment.