Skip to content

Commit

Permalink
Headings font
Browse files Browse the repository at this point in the history
  • Loading branch information
wyppeter committed Oct 18, 2017
1 parent 611ccd7 commit 96eff29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/stylesheets/listingsstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ along with the RDB code. If not, see <http://www.gnu.org/licenses/>.
}
@media (max-width: 767px) {
.document-title>h1 {
font-size: 27px;
font-size: 26px;
}
#about {
line-height: 29.7px;
font-size: 14px;
font-size: 13px;
}
}
@media (max-width: 450px) {
Expand All @@ -76,7 +76,7 @@ along with the RDB code. If not, see <http://www.gnu.org/licenses/>.
}
#about {
line-height: 18.7px;
font-size: 7px;
font-size: 8px;
}
}
.background-secondary, .faq-item:before {
Expand Down

0 comments on commit 96eff29

Please sign in to comment.