Skip to content

Commit 7169492

Browse files
committed
center the logo and prevent it from overflowing
1 parent f0fe336 commit 7169492

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/css/gitit.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ h6 > a:link, h6 > a:active, h6 > a:hover, h6 > a:focus, h6 > a:visited {
2424
margin-bottom: 20px;
2525
}
2626

27+
#logo {
28+
text-align: center;
29+
}
30+
31+
#logo > a {
32+
display: block !important;
33+
}
34+
35+
#logo img {
36+
max-width: 100%;
37+
}
38+
2739
#sidebar {
2840
font-size: 90%;
2941
}

0 commit comments

Comments
 (0)