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