* fix: #2668 Page Vertical Spacing Issues * Update test to reflect mobile work * chore: refactor action buttons --------- Co-authored-by: thisProjects <wibbet@wobbet.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
co-authored by
thisProjects
Gabe Kangas
parent
b0a43526d8
commit
32c3f6a9b6
@@ -1,11 +1,16 @@
|
||||
@import '../../../styles/mixins.scss';
|
||||
|
||||
.layout {
|
||||
// this margin is for fixed header
|
||||
margin-top: 55px;
|
||||
@include screen(tablet) {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
// this one is for fixed footer
|
||||
margin-bottom: 30px
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user