holakit
Version:
Yet another design-driven UI component set.
24 lines (23 loc) • 331 B
CSS
.hola-content {
& h1,
& h2,
& h3,
& h4,
& h5,
& h6 {
margin: 0.7em 0;
}
& pre {
overflow-x: auto;
background-color: rgba(0, 0, 0, 0.05);
padding: 1rem;
& code {
font-size: 1rem;
white-space: pre;
overflow-wrap: normal;
}
}
& code {
overflow-wrap: break-word;
}
}