diff --git a/Step/wwwroot/assets/styles/base/head.less b/Step/wwwroot/assets/styles/base/head.less index 1d6ad8eb..2388d402 100644 --- a/Step/wwwroot/assets/styles/base/head.less +++ b/Step/wwwroot/assets/styles/base/head.less @@ -383,9 +383,14 @@ .head-production{ max-width: 530px; + width: 530px; min-height: 96px; } +.width-small{ + width: 512px; +} + .head-production header{ min-height: 96px; > div { diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 97f4da0e..142706ea 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -3204,8 +3204,12 @@ footer .container button.big:before { } .head-production { max-width: 530px; + width: 530px; min-height: 96px; } +.width-small { + width: 512px; +} .head-production header { min-height: 96px; } diff --git a/Step/wwwroot/src/components/production.vue b/Step/wwwroot/src/components/production.vue index de3c30f1..22d597df 100644 --- a/Step/wwwroot/src/components/production.vue +++ b/Step/wwwroot/src/components/production.vue @@ -44,7 +44,7 @@
- -