Skip to content

Commit

Permalink
Set max width for title image
Browse files Browse the repository at this point in the history
This assures the title image will no longer be partly out of the visible display, and thus won't cause a scrollbar to appear, because the part is broader than the viewport width.
  • Loading branch information
Vogeltak committed Nov 15, 2015
1 parent 182dfee commit a8d62ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Expand Up @@ -279,6 +279,7 @@ h1, h2, h3, p, div { padding: 0 5px; }
}
#top-title img {
width: 300px;
max-width: 100%;
}
#top-subtitle {
font-size: 16px;
Expand Down

0 comments on commit a8d62ea

Please sign in to comment.