11 lines
130 B
CSS
11 lines
130 B
CSS
.navbar {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.initiallyHidden {
|
|
display: none;
|
|
}
|
|
|
|
#latexInputTextArea {
|
|
font-family: monospace;
|
|
} |