mobile responsive improvements
This commit is contained in:
parent
fa64a6ab5f
commit
c88e150e17
@ -5,12 +5,12 @@ footer.page-footer {
|
|||||||
a.social-link {
|
a.social-link {
|
||||||
padding: $size-16;
|
padding: $size-16;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
margin-right: $size-16;
|
|
||||||
fill: $black;
|
fill: $black;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
|
margin-right: $size-16;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
@ -24,4 +24,17 @@ footer.page-footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include touch {
|
||||||
|
padding-top: 0;
|
||||||
|
|
||||||
|
a.social-link {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.page-content {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,11 @@ header.page-header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
||||||
|
@include touch {
|
||||||
|
top: $size-16;
|
||||||
|
right: $size-12;
|
||||||
|
}
|
||||||
.menu {
|
.menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
margin: 0 40px 16px 0;
|
margin: 0 40px 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include touch {
|
||||||
|
.content h2 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.content p:last-of-type {
|
.content p:last-of-type {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user