소스 검색

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;
   }
 }