Skip to content

Commit 143743c

Browse files
CypherPoetCypherPoet
authored andcommitted
remove Ghost footer link and tweak navbar styles
1 parent 2bb581a commit 143743c

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ body {
201201
align-items: flex-start;
202202
overflow-y: hidden;
203203
height: 40px;
204-
font-size: 1.2rem;
205-
margin-top: 22px;
204+
font-size: 1.25rem;
206205
}
207206

208207
.site-nav-left {
@@ -231,7 +230,6 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
231230
flex-shrink: 0;
232231
display: block;
233232
margin-right: 24px;
234-
padding: 11px 0;
235233
color: #fff;
236234
font-size: 1.7rem;
237235
line-height: 1em;
@@ -246,7 +244,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
246244
.site-nav-logo img {
247245
display: block;
248246
width: auto;
249-
height: 21px;
247+
height: 35px;
250248
}
251249

252250
.nav {

default.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<a href="{{@site.url}}">Latest Posts</a>
3434
{{#if @site.facebook}}<a href="{{facebook_url @site.facebook}}" target="_blank" rel="noopener">Facebook</a>{{/if}}
3535
{{#if @site.twitter}}<a href="{{twitter_url @site.twitter}}" target="_blank" rel="noopener">Twitter</a>{{/if}}
36-
<a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a>
3736
</nav>
3837
</div>
3938
</footer>

0 commit comments

Comments
 (0)