Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ table td {
overflow-wrap: break-word;
}

.markdown h3 {
margin-top: calc(var(--ifm-heading-margin-top) - 50px);
}
Comment thread
rhamzeh marked this conversation as resolved.
Comment thread
aaguiarz marked this conversation as resolved.

/* =========================
Ask AI button styling
========================= */
Expand Down
Loading