File: custom.css

package info (click to toggle)
pynx 2025.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 38,288 kB
  • sloc: python: 53,283; lisp: 6,474; ansic: 1,186; makefile: 210; sh: 40
file content (18 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*default is 60em*/
.bd-main .bd-content .bd-article-container {
  max-width: 120em;
}

/* default is 88rem*/
.bd-page-width {
  max-width: 120em;
}

/* Larger header/navbar for Fox logo*/
.navbar-brand img{
  height: auto;
}

.navbar {
    height: 6em;
}