Selaa lähdekoodia

Increase size of "processed by" text

Ben Firshman 9 vuotta sitten
vanhempi
commit
4d5ce4862e
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      voting-app/static/stylesheets/style.css
  2. 1 1
      voting-app/templates/index.html

+ 1 - 1
voting-app/static/stylesheets/style.css

@@ -47,7 +47,7 @@ button.b{
   right: 0;
   left: 0;
   color: #8f9ea8;
-  font-size: 14px;
+  font-size: 24px;
 }
 
 #content-container{

+ 1 - 1
voting-app/templates/index.html

@@ -22,7 +22,7 @@
           (Tip: you can change your vote)
         </div>
         <div id="hostname">
-          Vote processed by {{hostname}}
+          Processed by container ID {{hostname}}
         </div>
       </div>
     </div>