1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

mobile fixes

This commit is contained in:
Matthias Kretschmann 2019-04-02 17:00:30 +02:00
parent 69ecf6757a
commit b23c0d128e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 1 deletions

View File

@ -3,10 +3,14 @@
.form { .form {
width: 100%; width: 100%;
background: $brand-white; background: $brand-white;
padding: $spacer; padding: $spacer / 1.5;
border: 1px solid $brand-grey-lighter; border: 1px solid $brand-grey-lighter;
border-radius: $border-radius; border-radius: $border-radius;
@media (min-width: $break-point--small) {
padding: $spacer;
}
fieldset { fieldset {
border: 0; border: 0;
padding: 0; padding: 0;

View File

@ -7,6 +7,11 @@
.title { .title {
margin: 0; margin: 0;
font-size: $font-size-h2;
@media (min-width: $break-point--small) {
font-size: $font-size-h1;
}
} }
.description { .description {
@ -15,6 +20,7 @@
} }
.titleReverse { .titleReverse {
composes: title;
color: $brand-grey-light; color: $brand-grey-light;
span { span {