4 lines
68 B
SCSS
4 lines
68 B
SCSS
|
#not-found {
|
||
|
width: min(calc(var(--container-width) / 5), 100%);
|
||
|
}
|