fixed mobile pt.2
This commit is contained in:
parent
5be82c6fb2
commit
0f0300a23a
1 changed files with 14 additions and 2 deletions
|
@ -29,6 +29,11 @@ ul.navbar-list {
|
||||||
.head.navbar {
|
.head.navbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
@include media-query($on-palm) {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
@ -78,6 +83,10 @@ ul.navbar-list {
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-query($on-palm) {
|
||||||
|
figure { display: none; }
|
||||||
|
}
|
||||||
|
|
||||||
.quote {
|
.quote {
|
||||||
border-left: 3px dotted $brand-color;
|
border-left: 3px dotted $brand-color;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -89,8 +98,6 @@ ul.navbar-list {
|
||||||
.navbar-list .navbar-item {
|
.navbar-list .navbar-item {
|
||||||
width: calc(100% - 2em);
|
width: calc(100% - 2em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.homequote figure { display: none }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -116,6 +123,11 @@ footer {
|
||||||
background: $nav-bg;
|
background: $nav-bg;
|
||||||
color: $nav-col;
|
color: $nav-col;
|
||||||
|
|
||||||
|
@include media-query($on-palm) {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.author {
|
.author {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Reference in a new issue