mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-04 18:58:39 +00:00
17 lines
192 B
CSS
17 lines
192 B
CSS
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 24px;
|
|
}
|
|
|
|
#math {
|
|
font-size: 72px;
|
|
}
|
|
|
|
#input {
|
|
margin: 0px;
|
|
font-size: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|