]> cat aescling's git repositories - mastodon.git/blob - app/javascript/flavours/glitch/styles/compact_header.scss
Merge branch 'master' into glitch-soc/merge-upstream
[mastodon.git] / app / javascript / flavours / glitch / styles / compact_header.scss
1 .compact-header {
2 h1 {
3 font-size: 24px;
4 line-height: 28px;
5 color: $darker-text-color;
6 font-weight: 500;
7 margin-bottom: 20px;
8 padding: 0 10px;
9 word-wrap: break-word;
10
11 @media screen and (max-width: 740px) {
12 text-align: center;
13 padding: 20px 10px 0;
14 }
15
16 a {
17 color: inherit;
18 text-decoration: none;
19 }
20
21 small {
22 font-weight: 400;
23 color: $secondary-text-color;
24 }
25
26 img {
27 display: inline-block;
28 margin-bottom: -5px;
29 margin-right: 15px;
30 width: 36px;
31 height: 36px;
32 }
33 }
34 }
This page took 0.059125 seconds and 4 git commands to generate.