aboutsummaryrefslogtreecommitdiff
path: root/assets/_sass/pages/_fourofour.scss
blob: 5257ff1a7b150bc17804b75de7d707312cd118cf (plain)
1
2
3
4
5
6
7
8
9
.page-not-found {
  text-align: center;

  svg {
    fill: currentColor;
    color: var(--grey-ddd);
    margin: 0 auto;
  }
}