Parcourir la source

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

carlos.diaz44 il y a 3 ans
Parent
révision
7c8ca43e8b
2 fichiers modifiés avec 8 ajouts et 4 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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"