File: extra.css

package info (click to toggle)
python-djangorestframework-yaml 3.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 483; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body.homepage div.col-md-9 h1:first-of-type {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    margin-top: 0;
}

body.homepage div.col-md-9 p:first-of-type {
    text-align: center;
}

body.homepage .badges {
    text-align: right;
}

body.homepage .badges a {
    display: inline-block;
}

body.homepage .badges a img {
    padding: 0;
    margin: 0;
}