- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
// Smooth sizing container
|
|
// -------------------------
|
|
|
|
.container-smooth {
|
|
max-width: @container-lg;
|
|
|
|
@media (min-width: 1px) {
|
|
width: auto;
|
|
}
|
|
}
|