File: style.scss

package info (click to toggle)
pdb-tools 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,644 kB
  • sloc: python: 9,242; makefile: 13
file content (29 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
---

@import "{{ site.theme }}";

/* Pad image bottom */
.wrapper img {
    padding-bottom: 1%;
}

/* Remove bullets from ordered lists */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Make content wider */
.wrapper {
	width: 1200px;
}

section {
	width: 860px;
}

footer {
  width: 280px;
}