~xdavidwu/xdavidwu.link

da3ce4f48042005fcc814f9d48c4184fa256d1ce — Michael Rose 7 years ago c6ffde2 + f48a00c
Merge branch 'master' of https://github.com/jhabdas/minimal-mistakes into feature/large-screen-font-size
1 files changed, 9 insertions(+), 1 deletions(-)

M _sass/_reset.scss
M _sass/_reset.scss => _sass/_reset.scss +9 -1
@@ 14,6 14,14 @@ html {
    font-size: 18px;
  }

  @include breakpoint($large) {
    font-size: 20px;
  }

  @include breakpoint($x-large) {
    font-size: 22px;
  }

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


@@ 176,4 184,4 @@ input[type="search"]::-webkit-search-cancel-button {
textarea {
  overflow: auto; /* remove vertical scrollbar in IE6-9*/
  vertical-align: top; /* readability and alignment cross-browser*/
}
\ No newline at end of file
}