Skip to content
Snippets Groups Projects
Commit 7620153c authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Foki-Leiste hat jetzt bei allen Bildschirmgrößen eine korrekte Breite

parent 65c7f805
No related branches found
No related tags found
3 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign
...@@ -4,13 +4,16 @@ ...@@ -4,13 +4,16 @@
@import "./result-saver.less"; @import "./result-saver.less";
@import "./result.less"; @import "./result.less";
@import "./product.less"; @import "./product.less";
@result-width: 700px;
@quicktip-width: 500px;
@results-margin-left: @resultpage-leftbox-big-screen-margin-left;
#header-logo { #header-logo {
z-index: 0; z-index: 0;
padding-right: 10px; padding-right: 10px;
h1 { h1 {
.logo; .logo;
margin: 0px; margin: 0px;
font-size: 18px; font-size: 22px;
display: inline-block; display: inline-block;
} }
} }
...@@ -311,9 +314,6 @@ a { ...@@ -311,9 +314,6 @@ a {
flex-direction: column; flex-direction: column;
} }
@result-width: 700px;
@quicktip-width: 500px;
@results-margin-left: @resultpage-leftbox-big-screen-margin-left;
#resultpage-container { #resultpage-container {
width: @result-width + @quicktip-width; width: @result-width + @quicktip-width;
align-self: left; align-self: left;
......
...@@ -257,6 +257,7 @@ header:nth-child(1) { ...@@ -257,6 +257,7 @@ header:nth-child(1) {
.scrollbox { .scrollbox {
position: relative; position: relative;
width: 100%; width: 100%;
max-width: @result-width;
.foki-scrollfade { .foki-scrollfade {
&-left, &-left,
&-right { &-right {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment