Browse Source

bumping down txt size on mobile

chootka 10 years ago
parent
commit
cc22dc0b35
1 changed files with 4 additions and 4 deletions
  1. 4 4
      assets/themes/bootstrap-3/css/style.css

+ 4 - 4
assets/themes/bootstrap-3/css/style.css

@@ -235,7 +235,7 @@ h1 {
 
 h2 {
   font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, serif;
-  font-size: 1.3em;
+  font-size: 1.25em;
   font-weight: 400;
   line-height: 1.3;
   margin: 20px 0;
@@ -243,7 +243,7 @@ h2 {
 
 h3 {
   margin: 20px 0;
-  font-size: 1.25em;
+  font-size: 1.15em;
   color: #8DC3DF;
 }
 
@@ -402,7 +402,7 @@ header h1 {
 /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
 @media only screen and (min-width: 480px) and (max-width: 767px) { 
   body {
-    font-size: 1.2em;
+    font-size: 1.15em;
   }
   h1 {
     font-size: 2em;
@@ -421,7 +421,7 @@ header h1 {
 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 @media only screen and (max-width: 479px) { 
   body {
-    font-size: 1.2em;
+    font-size: 1.15em;
   }
   h1 {
     font-size: 1.75em;