Skip to content

Commit 32d9131

Browse files
committed
adjust CSS to allow subtext to be smaller
1 parent 00153c8 commit 32d9131

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_layouts/default.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
background-color: #f9f9f9;
1616
}
1717

18-
section.mainPage {
18+
header, section {
1919
display: flex;
2020
flex-direction: column;
2121
align-items: center;
2222
justify-content: center;
23-
min-height: 100vh;
2423
}
2524

2625
img.logo {
@@ -35,7 +34,7 @@
3534
text-align: center;
3635
}
3736

38-
section.mainPage > p {
37+
header > p {
3938
font-size: 1.2em;
4039
max-width: 600px;
4140
text-align: center;

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Open Rowing Community
44
---
5-
<section class="mainPage">
5+
<header>
66
<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." />
77
<h1 class="siteTitle">{{ page.title }}</h1>
88

@@ -11,6 +11,8 @@ <h1 class="siteTitle">{{ page.title }}</h1>
1111
We're building open, community-first software for the sport of rowing. 🚣‍♀️
1212
</p>
1313
<p></p>
14+
</header>
15+
<section class="mainPage">
1416
<h2>Our Projects</h2>
1517
<div class="container">
1618
<div class="row justify-content-around">

0 commit comments

Comments
 (0)