Files
LiquidCode_Frontend/src/styles/latex-container.css
Виталий Лавшонок 4972836164 formatting
2025-11-04 15:04:59 +03:00

25 lines
791 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;
}