Adjust bottom margin
This commit is contained in:
parent
1e84874695
commit
3e14157e87
@ -1,4 +1,4 @@
|
||||
<div class="back-button">
|
||||
<i class="fal fa-arrow-left"></i> <span i18n="@FmBackButton">Back</span>
|
||||
<div class="back-button mb-2">
|
||||
<i class="fal fa-arrow-left"></i> <span i18n="@FmBackButton">Back</span>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
.back-button {
|
||||
cursor: default;
|
||||
color: $primary;
|
||||
display: inline;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.back-button:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user