fix: button register on mobile

This commit is contained in:
gaelle morin 2020-06-16 15:52:10 +02:00
parent cf93abcd5c
commit c810863500
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 23 additions and 2 deletions

View File

@ -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 {

View File

@ -4,6 +4,11 @@
overflow: auto;
position: relative;
width: 100%;
margin-bottom: 6rem;
@include breakpoint(lg) {
margin-bottom: 0;
}
.table {
border-collapse: collapse;