Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _error-message.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Error message - 404 page
4 |-------------------------------------------------------------------------------
5 */
6 .c-error-message {
7 line-height: 2;
8 text-align: center;
9 color: $c-grayDark;
10 }