diff --git a/base.html b/base.html index e29c4f8..c014696 100644 --- a/base.html +++ b/base.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/blog/hsm.html b/blog/hsm.html index b598cf6..3401b0c 100644 --- a/blog/hsm.html +++ b/blog/hsm.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/blog/index.html b/blog/index.html index 2856cc9..86baaef 100644 --- a/blog/index.html +++ b/blog/index.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/index.html b/index.html index 7fa90be..4045da8 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/legacy/editor.html b/legacy/editor.html index 9b6904a..9a811b6 100644 --- a/legacy/editor.html +++ b/legacy/editor.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/legacy/index.html b/legacy/index.html index 13c67e6..03da2ac 100644 --- a/legacy/index.html +++ b/legacy/index.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/legacy/test.html b/legacy/test.html index e41ea4f..3b4201d 100644 --- a/legacy/test.html +++ b/legacy/test.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/projects/index.html b/projects/index.html index 10816e3..5a4fd14 100644 --- a/projects/index.html +++ b/projects/index.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; } diff --git a/test.html b/test.html index e170526..227115e 100644 --- a/test.html +++ b/test.html @@ -95,7 +95,7 @@ Mobile https://stackoverflow.com/a/7354648/21322342 */ - @media (min-width: 450px) and (max-width: 1200px ){ /* Phones */ + @media (min-width: 450px) and (max-width: 730px ){ /* Phones */ .navbar * { font-size: 3em; }