]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
767619f6 1.root {
a51bad1a
C
2 height: 100%;
3 width: 100%;
4 text-align: center;
191764f3 5 padding-top: 150px;
a51bad1a 6
767619f6
C
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}