Files
LiquidCode_Frontend/src/styles/latex-container.css
Виталий Лавшонок f6c681c038 submissions
2025-11-02 23:41:23 +03:00

27 lines
822 B
CSS

.latex-container p {
text-align: justify; /* выравнивание по ширине */
text-justify: inter-word;
margin-bottom: 0.8em; /* небольшой отступ между абзацами */
line-height: 1.2;
/* text-indent: 1em; */
}
.latex-container ol {
padding-left: 1.5em; /* отступ для нумерации */
margin: 0.5em 0; /* небольшой отступ сверху и снизу */
line-height: 1.5; /* удобный межстрочный интервал */
font-family: "Inter", sans-serif;
font-size: 1rem;
}
.latex-container ol li {
margin-bottom: 0.4em; /* расстояние между пунктами */
}
.latex-container .section-title{
font-size: 16px;
font-weight: bold;
}