Fix angular 9 build
[oweals/peertube.git] / client / src / app / +page-not-found / page-not-found.component.scss
1 .root {
2   height: 100%;
3   width: 100%;
4   text-align: center;
5   padding-top: 150px;
6
7   img {
8     margin-bottom: 75px;
9     width: 220px;
10     height: auto;
11   }
12
13   .text {
14     font-size: 30px;
15   }
16
17   @media screen and (max-height: 600px) {
18     padding-top: 50px;
19
20     img {
21       width: 160px;
22     }
23   }
24 }