Commit 2eba466d by Kyle Fiedler

Added style for 404 and other error pages

parent 88444939
section.outside-app {
@extend .container;
text-align: left;
padding: 80px 0;
h1 {
@extend h2;
margin-bottom: 40px;
}
p {
max-width: 600px;
margin: 0 auto;
}
}
......@@ -33,6 +33,7 @@
@import 'about_pages';
@import 'press_release';
@import 'password_reset';
@import 'error-pages';
// Courseware styles
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment