Fix wide screen gap

This commit is contained in:
Maria Shodunke
2025-09-05 15:57:45 +01:00
committed by akcodez
parent 9ac9d976c8
commit 3391a79503
2 changed files with 14 additions and 1 deletions

View File

@@ -9,6 +9,19 @@
max-width: calc(100% - 96px);
}
// Wide screens - increase available space
@media screen and (min-width: 1600px) {
[data-component-name="Markdoc/CodeWalkthrough/CodeFilters"] {
margin-left: 96px;
max-width: calc(100% - 96px);
}
[class*="CodeWalkthrough__ContentWrapper"] {
margin-left: 96px;
max-width: calc(100% - 200px);
}
}
.tag-size-large {
margin: 0 var(--spacing-xs);