mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-03-15 23:49:39 +01:00
Adjust body font sizing for mobile displays; add an @media rule for larger displays.
This commit is contained in:
parent
8bfefc22b9
commit
fdf7f7a361
@ -869,7 +869,7 @@ html {
|
||||
|
||||
body {
|
||||
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;
|
||||
line-height: 1.6;
|
||||
}
|
||||
@ -1381,6 +1381,13 @@ select:focus {
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 40rem) {
|
||||
body {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
*
|
||||
* CREDITS
|
||||
|
Loading…
x
Reference in New Issue
Block a user