소스 검색

Added so that the size of the words in the artesano display a little bit bigger

carlos.diaz44 3 년 전
부모
커밋
7c8ca43e8b
2개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    2
      platforms/android/app/src/main/assets/www/index.html
  2. 4
    2
      www/index.html

+ 4
- 2
platforms/android/app/src/main/assets/www/index.html 파일 보기

@@ -573,8 +573,10 @@
573 573
                     <div class = "center"></div>
574 574
                 </ons-toolbar>
575 575
                 <body>
576
-                    <!-- This is where we'll put all the information of that artsts -->
577
-                    <ons-card id="all"></ons-card>
576
+                	<font size="+1">
577
+                    	<!-- This is where we'll put all the information of that artsts -->
578
+                    	<ons-card id="all"></ons-card>
579
+                    </font>
578 580
                 </body>
579 581
                 <script>
580 582
                     //when it opens this page this function starts to run, it first recieves the information that was sent to "artesano.html"

+ 4
- 2
www/index.html 파일 보기

@@ -573,8 +573,10 @@
573 573
                     <div class = "center"></div>
574 574
                 </ons-toolbar>
575 575
                 <body>
576
-                    <!-- This is where we'll put all the information of that artsts -->
577
-                    <ons-card id="all"></ons-card>
576
+                	<font size="+1">
577
+                    	<!-- This is where we'll put all the information of that artsts -->
578
+                    	<ons-card id="all"></ons-card>
579
+                    </font>
578 580
                 </body>
579 581
                 <script>
580 582
                     //when it opens this page this function starts to run, it first recieves the information that was sent to "artesano.html"