Skip to content

Commit a46ef6e

Browse files
committed
Updating company name style and favicon
1 parent aa4b44f commit a46ef6e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

_includes/header.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ <h1 class="site-title screen-reader-text"><a href="{{ site.baseurl }}" rel="home
99
{% endif %}
1010
<div class="site-identity">
1111
<h1 class="site-title">
12-
<a href="{{ site.baseurl }}/">{{site.name}}</a>
12+
<a href="{{ site.baseurl }}/">
13+
<span style="color: #2d89ef">Agile</span>Objects
14+
</a>
1315
</h1>
1416
<p class="site-description">{{site.description}}</p>
1517
</div><!-- .site-identity -->

_sass/_header.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
.site-title {
5555
font-family: $font-title;
56-
font-size: 1rem;
56+
font-size: 1.3334rem;
5757
line-height: 1;
5858
margin: 0;
5959
}

_sass/_media-queries.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
.site-header-inside {
3131
padding-bottom: 3.33333em;
32-
padding-top: 3.33333em;
32+
padding-top: 3em;
3333
}
3434

3535
.site-branding {
@@ -52,7 +52,7 @@
5252
}
5353

5454
.site-title {
55-
font-size: 1.33333rem;
55+
font-size: 1.75rem;
5656
line-height: 1.2;
5757
}
5858

assets/images/favicon.png

-316 Bytes
Loading

0 commit comments

Comments
 (0)