We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7bf2cb + f9fdb6b commit 1f54c8fCopy full SHA for 1f54c8f
_includes/foot.html
@@ -1,5 +1,5 @@
1
<footer id="footer" class="banner">
2
<div class="inner container">
3
- <p>©CodeRIT 2014 All Rights Reserved</p>
+ <p>©codeRIT 2014 All Rights Reserved</p>
4
</div>
5
-</footer>
+</footer>
_sass/main.sass
@@ -161,6 +161,7 @@ a
161
#footer
162
height: $footer-height
163
border-bottom: 25px solid darken($blue, 10%)
164
+ text-align: center
165
166
#error-page
167
h1
0 commit comments