fix margin in title messing with de UI
This commit is contained in:
parent
51709508f0
commit
369d65769e
|
@ -76,6 +76,7 @@
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 9px;
|
top: 9px;
|
||||||
|
margin: 0;
|
||||||
// left: 35px;
|
// left: 35px;
|
||||||
|
|
||||||
&--only {
|
&--only {
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: 6px;
|
||||||
// top: 21px;
|
// top: 21px;
|
||||||
// top: 10px;
|
// top: 10px;
|
||||||
// left: 35px;;
|
// left: 35px;;
|
||||||
|
|
Loading…
Reference in New Issue