You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

404.scss 193B

1234567891011121314
  1. .error_page {
  2. width: 60%;
  3. margin: 20% auto;
  4. text-align: center;
  5. h2 {
  6. font-size: 36px;
  7. }
  8. &__message {
  9. font-size: 24px;
  10. margin-top: 20px;
  11. }
  12. }