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

  img {
    margin-bottom: 75px;
    width: 220px;
    height: auto;
  }

  .text {
    font-size: 30px;
  }

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

    img {
      width: 160px;
    }
  }
}