Skip to content

Commit 233aa88

Browse files
added hr (axios#210)
Co-authored-by: Jay <[email protected]>
1 parent cc0f20a commit 233aa88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scss/home.scss

+5
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ footer {
163163
gap: 1rem;
164164
margin-bottom: 1.5rem;
165165
}
166+
.light-hr {
167+
border: 0;
168+
border-top: 1px solid #ccc;
169+
margin: 20px 0;
170+
}
166171
}
167172

168173
// @keyframes appear {

templates/home.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
</tr>
180180
<% }) %>
181181
</table>
182+
<hr class="light-hr">
182183
<div class="row">
183184
<span class="copyright-notice">
184185
<%= locale.t['Website Copy Right Footer'] || 'This Website: Copyright © 2020-present John Jakob "Jake" Sarjeant. Used by permission.' %>

0 commit comments

Comments
 (0)