Positionierungsfehler behoben
Die max-width des Unternehmentittel in der Stellenausschreibung von 470px, auf350px geändert, damit die Buttongroup nicht nach unten verutscht
This commit is contained in:
parent
e9f5349c1f
commit
45d8fdbf7b
|
@ -310,7 +310,7 @@ body.loading #container{
|
||||||
position:relative;
|
position:relative;
|
||||||
color:white;
|
color:white;
|
||||||
background-color:rgba(0,0,0,0.25);
|
background-color:rgba(0,0,0,0.25);
|
||||||
max-width:470px;
|
max-width:350px;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
top:-90px;
|
top:-90px;
|
||||||
left:20px;
|
left:20px;
|
||||||
|
|
Loading…
Reference in New Issue