23 lines
287 B
SCSS
23 lines
287 B
SCSS
|
.rf-logo {
|
||
|
margin: $size-64 0 $size-64 $size-32;
|
||
|
max-width: 80%;
|
||
|
|
||
|
@include touch {
|
||
|
@include margin-vertical(0);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
max-width: $size-512 + $size-128;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
margin-top: $size-32;
|
||
|
}
|
||
|
|
||
|
.page-content {
|
||
|
@include touch {
|
||
|
@include margin-horizontal($size-32);
|
||
|
}
|
||
|
}
|