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