mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
mobile fixes
This commit is contained in:
parent
69ecf6757a
commit
b23c0d128e
@ -3,10 +3,14 @@
|
||||
.form {
|
||||
width: 100%;
|
||||
background: $brand-white;
|
||||
padding: $spacer;
|
||||
padding: $spacer / 1.5;
|
||||
border: 1px solid $brand-grey-lighter;
|
||||
border-radius: $border-radius;
|
||||
|
||||
@media (min-width: $break-point--small) {
|
||||
padding: $spacer;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
@ -7,6 +7,11 @@
|
||||
|
||||
.title {
|
||||
margin: 0;
|
||||
font-size: $font-size-h2;
|
||||
|
||||
@media (min-width: $break-point--small) {
|
||||
font-size: $font-size-h1;
|
||||
}
|
||||
}
|
||||
|
||||
.description {
|
||||
@ -15,6 +20,7 @@
|
||||
}
|
||||
|
||||
.titleReverse {
|
||||
composes: title;
|
||||
color: $brand-grey-light;
|
||||
|
||||
span {
|
||||
|
Loading…
Reference in New Issue
Block a user