Skip to content

Commit

Permalink
Adjusts css for mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrito1 committed Aug 29, 2019
1 parent dd08cb7 commit 7b22166
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions content/assets/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ aside { font-family: $font-serif; }
body {
color: #222;
font-family: $font-serif;
font-size: 22px;
}

.text {
Expand All @@ -37,7 +38,7 @@ nav {
border-bottom: 1px solid $color5;
a {
font-family: $font-serif;
font-size: 80%;
font-size: 95%;
color: $color1;
}

Expand Down Expand Up @@ -101,13 +102,15 @@ nav {
color: $color3;
}
.read-more {
font-size: 90%;
}
.tags {
font-family: $font-serif;
color: $color3;
}
.post-meta {
text-align: right;
font-size: 90%;
}
.post-footer {
}
Expand Down Expand Up @@ -162,8 +165,6 @@ article {
padding-right: 5%; /* left col width "#menu" */
}
}
@media screen and (min-width: 800px) {
div {
font-size: 105%;
}
@media(max-width: 1000px) {
* { font-size: 115% }
}

0 comments on commit 7b22166

Please sign in to comment.