1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Tweak media queries

This commit is contained in:
Daniel Barber 2017-02-04 14:50:23 +00:00
parent 4a01fefa92
commit 0aa5ec5bb8
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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 */