Add desktop-navigation-width property

This commit is contained in:
Svilen Markov
2025-03-20 22:51:22 +00:00
parent 46eb610d26
commit 55ae674e0b
5 changed files with 41 additions and 16 deletions

View File

@@ -211,11 +211,11 @@ kbd:active {
padding: 0 var(--content-bounds-padding);
}
.page-width-wide .content-bounds {
.content-bounds-wide {
max-width: 1920px;
}
.page-width-slim .content-bounds {
.content-bounds-slim {
max-width: 1100px;
}