Skip to content

Help scaling down the site #95

Discussion options

You must be logged in to vote

Most of the base typography is set on the html element and bumps the font-size up or down depending on the screen width. Smaller point sizes for mobile, large for tablet, and even larger for desktop screens.

I'm using a fluid type mixin to do some "magic" here but you could just replace this line with a non-mixin version if you want to shrink all of the type down:

html {
  font-size: 14px;
}

To reduce the widths of everything else.... well you're starting down the path of "just learn CSS" 😛

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #95 on December 09, 2020 04:11.