button possitioned proportional to <p> padding
This commit is contained in:
parent
2a56062fd3
commit
31c7edfe7b
File diff suppressed because one or more lines are too long
|
@ -243,7 +243,7 @@ main {
|
||||||
.button {
|
.button {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right:0;
|
right:0;
|
||||||
margin-top: $global-margin * 3;
|
margin-top: $global-padding * 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue