fixed mobile pt.2

This commit is contained in:
Claudio Maggioni (maggicl) 2021-01-26 22:09:05 +01:00
parent 5be82c6fb2
commit 0f0300a23a
1 changed files with 14 additions and 2 deletions

View File

@ -29,6 +29,11 @@ ul.navbar-list {
.head.navbar {
display: flex;
@include media-query($on-palm) {
flex-direction: column;
align-items: center;
}
h1 {
flex: 2;
font-size: 1.5rem;
@ -78,6 +83,10 @@ ul.navbar-list {
background: black;
}
@include media-query($on-palm) {
figure { display: none; }
}
.quote {
border-left: 3px dotted $brand-color;
flex: 1;
@ -89,8 +98,6 @@ ul.navbar-list {
.navbar-list .navbar-item {
width: calc(100% - 2em);
}
.homequote figure { display: none }
}
@ -116,6 +123,11 @@ footer {
background: $nav-bg;
color: $nav-col;
@include media-query($on-palm) {
flex-direction: column;
align-items: center;
}
.author {
font-size: 1rem;
text-align: right;