diff --git a/src/styles/base/form.scss b/src/styles/base/form.scss index 55c4624..8b6ca5d 100644 --- a/src/styles/base/form.scss +++ b/src/styles/base/form.scss @@ -18,8 +18,23 @@ .reversed, .button-secondary, .bordered; - margin-left: auto; - margin-top: 3.2rem; + height: auto; + position: fixed; + bottom: 1em; + left: 10%; + white-space: normal; + width: 80%; + z-index: 1; + + @include breakpoint(lg) { + height: 3rem; + left: 0; + margin: 0; + margin-left: auto; + margin-top: 109px; + position: relative; + width: auto; + } } .form-label { @@ -78,6 +93,7 @@ textarea { height: 100px; + resize: vertical; } .content-box { diff --git a/src/styles/base/table.scss b/src/styles/base/table.scss index 2648870..95af476 100644 --- a/src/styles/base/table.scss +++ b/src/styles/base/table.scss @@ -4,6 +4,11 @@ overflow: auto; position: relative; width: 100%; + margin-bottom: 6rem; + + @include breakpoint(lg) { + margin-bottom: 0; + } .table { border-collapse: collapse;