Skip to content

Commit f0bcb0a

Browse files
committed
make logo and title level with each other
1 parent c711f37 commit f0bcb0a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

_layouts/default.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
}
2424

2525
img.logo {
26-
max-width: 150px;
27-
margin-bottom: 1rem;
28-
margin: 0 auto;
26+
max-width: 100px;
2927
display: block;
3028
}
3129

3230
h1.siteTitle {
3331
font-weight: bold;
3432
text-align: center;
33+
margin: auto;
34+
margin-left: .5rem;
3535
}
3636

3737
header > p {
@@ -50,6 +50,10 @@
5050
flex-wrap: wrap;
5151
justify-content: space-around;
5252
}
53+
.sidebyside {
54+
display: flex;
55+
flex-direction: row;
56+
}
5357
.flex-container > .card {
5458
width: 400px;
5559
/* margin: 2em; */

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
title: Open Rowing Community
44
---
55
<header>
6-
<img class="logo" src="/assets/logo.svg" alt="The Open Rowing Community logo depicting a stick figure on a rowing machine in a black line art and simple shapes style. The circle making up the flywheel is only a half circle, attempting to symbolize openness in the open source software sense." />
7-
<h1 class="siteTitle">{{ page.title }}</h1>
6+
<div class="sidebyside">
7+
<img class="logo" src="/assets/logo.svg" alt="The Open Rowing Community logo depicting a stick figure on a rowing machine in a black line art and simple shapes style. The circle making up the flywheel is only a half circle, attempting to symbolize openness in the open source software sense." />
8+
<h1 class="siteTitle">{{ page.title }}</h1>
9+
</div>
810

911
<a href="https://pub.dev/publishers/openrowing.com/packages"><img alt="Static Badge" src="https://img.shields.io/badge/pub.dev-openrowing.com-blue"></a>
1012
<p>

0 commit comments

Comments
 (0)