We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0f20a commit 233aa88Copy full SHA for 233aa88
scss/home.scss
@@ -163,6 +163,11 @@ footer {
163
gap: 1rem;
164
margin-bottom: 1.5rem;
165
}
166
+ .light-hr {
167
+ border: 0;
168
+ border-top: 1px solid #ccc;
169
+ margin: 20px 0;
170
+ }
171
172
173
// @keyframes appear {
templates/home.ejs
@@ -179,6 +179,7 @@
179
</tr>
180
<% }) %>
181
</table>
182
+ <hr class="light-hr">
183
<div class="row">
184
<span class="copyright-notice">
185
<%= locale.t['Website Copy Right Footer'] || 'This Website: Copyright © 2020-present John Jakob "Jake" Sarjeant. Used by permission.' %>
0 commit comments