Skip to content

Commit 4d5ce48

Browse files
committed
Increase size of "processed by" text
1 parent daaa19f commit 4d5ce48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

voting-app/static/stylesheets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ button.b{
4747
right: 0;
4848
left: 0;
4949
color: #8f9ea8;
50-
font-size: 14px;
50+
font-size: 24px;
5151
}
5252

5353
#content-container{

voting-app/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3>{{option_a}} vs {{option_b}}!</h3>
2222
(Tip: you can change your vote)
2323
</div>
2424
<div id="hostname">
25-
Vote processed by {{hostname}}
25+
Processed by container ID {{hostname}}
2626
</div>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)