File: main.css

package info (click to toggle)
node-katex 0.10.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,320 kB
  • sloc: javascript: 21,248; perl: 2,884; python: 390; sh: 329; makefile: 109
file content (16 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

#math {
    font-size: 72px;
}

#input {
    margin: 0;
    font-size: 100%;
    width: 100%;
    box-sizing: border-box;
}