mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Tweak media queries
This commit is contained in:
parent
4a01fefa92
commit
0aa5ec5bb8
@ -596,7 +596,7 @@ div, input, textarea {
|
||||
/*/mediaquery */
|
||||
|
||||
/*500px __________________________________________________________________________________________________________ */
|
||||
@media only screen and (min-width: 500px) {
|
||||
@media only screen and (min-width: 540px) {
|
||||
/* 1.ROOT */
|
||||
body {
|
||||
font-size: 1.05em;
|
||||
@ -651,7 +651,7 @@ div, input, textarea {
|
||||
/*/mediaquery */
|
||||
|
||||
/*480px __________________________________________________________________________________________________________ */
|
||||
@media only screen and (min-width: 540px) {
|
||||
@media only screen and (min-width: 640px) {
|
||||
/* 1.ROOT */
|
||||
/* 2.HEADINGS */
|
||||
/* 3.TYPOGRAPHY */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user