Skip to content

Commit 9b2ac14

Browse files
committed
reduce logo size
1 parent 25c4328 commit 9b2ac14

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

style/base.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,17 @@ h1#title {
250250
color: #fdfdfd;
251251
font-size: 1.6em;
252252
padding-bottom: 0.430em;
253-
border-bottom-left-radius: 6px;
254-
border-bottom-right-radius: 6px;
253+
border-bottom-left-radius: 6px;
254+
border-bottom-right-radius: 6px;
255255
}
256256
h1#title a, h1#title a img {
257-
background-color: #365D95;
257+
background-color: #365D95;
258258
}
259259

260260
h1 span {
261261
border-bottom: 1px solid #6383b1;
262262
border-color: #4e6f9e;
263+
vertical-align: 10px;
263264
}
264265

265266
h1#title a:link, h1#title a:hover, h1#title a:visited, h1#title a:active {
@@ -274,10 +275,10 @@ h1#title img {
274275

275276
#logo {
276277
border-radius: 10px;
277-
width: 100px;
278+
width: 80px;
278279
margin-left: 20px;
279280
margin-top: 10px;
280-
height: 100px;
281+
height: 80px;
281282
}
282283

283284
div#banner {
@@ -287,7 +288,7 @@ div#banner {
287288

288289
p#tagline {
289290
font-size: 0.7em;
290-
margin: -4em 0 4em 13em;
291+
margin: -3em 0 0 11.5em;
291292
padding-bottom: 1em;
292293
letter-spacing: 0.1em;
293294
line-height: 100% !important;

0 commit comments

Comments
 (0)