]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+page-not-found/page-not-found.component.scss
Add mascot to 404 page
[github/Chocobozzz/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 }
10
11 .text {
12 font-size: 30px;
13 }
14
15 @media screen and (max-height: 600px) {
16 padding-top: 50px;
17 }
18 }