aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found.component.scss
blob: 7b7ff005ac1c7e04fc80344c604e20fe732c41f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.root {
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 150px;

  img {
    margin-bottom: 75px;
  }

  .text {
    font-size: 30px;
  }

  @media screen and (max-height: 600px) {
    padding-top: 50px;
  }
}