|
20 | 20 | background: #fefefe; |
21 | 21 | } |
22 | 22 | body { |
23 | | - padding-top: 30px; |
| 23 | + padding-top: 10px; |
24 | 24 | } |
25 | 25 | .footer { |
26 | 26 | padding: 20px 0 30px 0; |
27 | 27 | } |
28 | 28 | a, a:hover {border-bottom: 1px dotted; color: #444;} |
29 | 29 | a:hover {text-decoration: none; color: #000;} |
30 | | - .logo-title {font-size: 56px; color: #403072; padding-top: 80px; |
31 | | - font-family: "News Cycle", "Arial Narrow Bold", sans-serif; |
32 | | - font-weight: bold; line-height: 30px; margin-left: 5px;} |
33 | | - .logo-title a, .logo-title a:hover {color: #000; text-decoration: none; |
34 | | - border-bottom: none;} |
| 30 | + .logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal; |
| 31 | + letter-spacing: .04em; |
| 32 | + vertical-align: middle; |
| 33 | + margin-left: 5px; |
| 34 | + color: #000; text-decoration: none; |
| 35 | + border-bottom: none; |
| 36 | + font-family: "Helvetica Neue", |
| 37 | + sans-serif; |
| 38 | + line-height: .9em;} |
35 | 39 | .logo-title a:hover {color: gray;} |
36 | | - .logo-image {vertical-align: top; border: none;} |
| 40 | + .logo-image {vertical-align: middle; border: none;} |
| 41 | + .logo-header-section {margin: 15px 0 15px 0;} |
37 | 42 | a.list-group-item.active {background: #444; border: 1px solid #222;} |
38 | 43 | a.list-group-item.active:hover {background: #444; border: 1px solid #222;} |
39 | 44 | #sidebar {margin-top: 30px;} |
|
66 | 71 | <div class="row"> |
67 | 72 | <div class="col-md-12"> |
68 | 73 | <div class="logo-header-section"> |
69 | | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a> |
| 74 | + <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;"/></a> |
70 | 75 | <span class="logo-title"><a href="/">Full Stack Python</a></span> |
71 | 76 | </div> |
72 | 77 | </div> |
|
0 commit comments