diff --git a/blog.html b/blog.html index eec3c7e..e83b29c 100644 --- a/blog.html +++ b/blog.html @@ -18,7 +18,7 @@ @media only all and (max-width: 1899px) { body { - font-size: 6vw; + font-size: 5.3vw; } } diff --git a/generate-blog.bash b/generate-blog.bash index f43d81f..f448908 100755 --- a/generate-blog.bash +++ b/generate-blog.bash @@ -54,7 +54,7 @@ blog_html="$here/blog.html" @media only all and (max-width: 1899px) { body { - font-size: 6vw; + font-size: 5.3vw; } } diff --git a/index.html b/index.html index 901d272..ba2799d 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ @media only all and (max-width: 1899px) { body { - font-size: 6vw; + font-size: 5.3vw; } } diff --git a/posts/introduction/index.html b/posts/introduction/index.html index 96b75fa..cf5c3ed 100644 --- a/posts/introduction/index.html +++ b/posts/introduction/index.html @@ -19,7 +19,7 @@ @media only all and (max-width: 1899px) { body { - font-size: 6vw; + font-size: 5.3vw; } }