positioned the view button right and lower
This commit is contained in:
parent
4cf64b4fec
commit
3b08513cfd
File diff suppressed because one or more lines are too long
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue