Skip to content

Commit 1f54c8f

Browse files
committed
Merge pull request #9 from codeRIT/maint/footer-clean-up
Maint/footer clean up
2 parents c7bf2cb + f9fdb6b commit 1f54c8f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_includes/foot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer id="footer" class="banner">
22
<div class="inner container">
3-
<p>&copy;CodeRIT 2014 All Rights Reserved</p>
3+
<p>&copy;codeRIT 2014 All Rights Reserved</p>
44
</div>
5-
</footer>
5+
</footer>

_sass/main.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ a
161161
#footer
162162
height: $footer-height
163163
border-bottom: 25px solid darken($blue, 10%)
164+
text-align: center
164165

165166
#error-page
166167
h1

0 commit comments

Comments
 (0)