Skip to content

Commit f9f75a2

Browse files
committed
fix typo and modify margins to make it look nicer
1 parent c465db5 commit f9f75a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

themes/rusted/static/css/_homepage.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
}
99

1010
.subtext {
11-
11+
margin-left: 50px;
12+
margin-right: 50px;
1213
}

themes/rusted/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row">
55
<div class="col-md-12 text-center">
66
<h1 class="pitch">Handpicked Rust updates, <br /> delivered to your inbox.</h1>
7-
<p class="subtext">Stay up to date with events, learning resources, and recent developments in Rust community.</p>
7+
<p class="subtext">Stay up to date with events, learning resources, and recent developments in the Rust community.</p>
88
</div>
99
</div>
1010
{% include "_subscribe-form.html" %}

0 commit comments

Comments
 (0)