mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-08-13 09:34:33 +02:00
Adjust body font sizing for mobile displays; add an @media rule for larger displays.
This commit is contained in:
@@ -869,7 +869,7 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Montserrat", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
|
font-family: "Montserrat", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
|
||||||
font-size: 1.6em;
|
font-size: 2.0em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
@@ -1381,6 +1381,13 @@ select:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
body {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* CREDITS
|
* CREDITS
|
||||||
|
Reference in New Issue
Block a user