فهرست منبع

bumping down txt size on mobile

chootka 10 سال پیش
والد
کامیت
4621da880f
1فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 6 3
      assets/themes/bootstrap-3/css/style.css

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

@@ -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.25em;
+    font-size: 1.2em;
   }
   h1 {
     font-size: 2em;
@@ -410,6 +410,9 @@ header h1 {
   header {
     padding-bottom: 30px;
   }
+  #footer p {
+    font-size: .5em;
+  }
   .navbar-brand, .navbar-nav>li>a {
     padding: 15px 0;
   }
@@ -418,12 +421,12 @@ header h1 {
 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 @media only screen and (max-width: 479px) { 
   body {
-    font-size: 1.25em;
+    font-size: 1.2em;
   }
   h1 {
     font-size: 1.75em;
   }
   #footer p {
-    font-size: .6em;
+    font-size: .5em;
   }
 }