Merge master

This commit is contained in:
Pieter Vander Vennet 2025-07-10 17:04:24 +02:00
commit 8d08ebf416
34 changed files with 6821 additions and 262 deletions

View file

@ -5727,6 +5727,11 @@ svg.apply-fill path {
height: calc(2.5rem - 1px);
}
.in-markdown p, .in-markdown ol, .in-markdown ul {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
.compass_arrow {
width: calc(2.75rem - 1px);
@ -8598,6 +8603,10 @@ svg.apply-fill path {
display: none;
}
.md\:h-6 {
height: 1.5rem;
}
.md\:h-64 {
height: 16rem;
}
@ -8658,6 +8667,10 @@ svg.apply-fill path {
width: 12rem;
}
.md\:w-6 {
width: 1.5rem;
}
.md\:w-6\/12 {
width: 50%;
}