BUGFIX: improve alignment
This commit is contained in:
parent
8c0041bcda
commit
d8046a395f
|
@ -569,6 +569,13 @@ iframe {
|
|||
top: 30px;
|
||||
width: 400px;
|
||||
z-index: 1;
|
||||
@include medium-width {
|
||||
left: 98px;
|
||||
}
|
||||
|
||||
@include small-width {
|
||||
left: 94px;
|
||||
}
|
||||
}
|
||||
|
||||
.names, .user-title {
|
||||
|
|
Loading…
Reference in New Issue