File: pytest-custom.css

package info (click to toggle)
pytest 9.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,308 kB
  • sloc: python: 65,808; makefile: 45
file content (21 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Tweak how the sidebar logo is presented */
.sidebar-logo {
  width: 70%;
}
.sidebar-brand {
  padding: 0;
}

/* The landing pages' sidebar-in-content highlights */
#features ul {
  padding-left: 1rem;
  list-style: none;
}
#features ul li {
  margin-bottom: 0;
}
@media (min-width: 46em) {
  #features {
    width: 50%;
  }
}