positioned the view button right and lower

This commit is contained in:
jorge 2021-10-07 19:59:40 +02:00
parent 4cf64b4fec
commit 3b08513cfd
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -237,6 +237,14 @@ main {
}
p {
@include xy-cell(12);
position: relative;
padding: $global-padding;
padding-bottom: $global-padding * 3;
.button {
position:absolute;
right:0;
margin-top: $global-margin * 3;
}
}
}
@include breakpoint(medium){