aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
blob: 95f306d759cd3d46975098378edc719668ecf809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#peertube-title a {
  color: inherit !important;

  &:hover {
    color: inherit !important;
    text-decoration: none !important;
  }
}

header div {
  line-height: 25px;
  margin-bottom: 30px;
}

.router-outlet-container {
  @media screen and (max-width: 400px) {
    padding: 0 3px 0 3px;
  }
}