We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daaa19f commit 4d5ce48Copy full SHA for 4d5ce48
voting-app/static/stylesheets/style.css
@@ -47,7 +47,7 @@ button.b{
47
right: 0;
48
left: 0;
49
color: #8f9ea8;
50
- font-size: 14px;
+ font-size: 24px;
51
}
52
53
#content-container{
voting-app/templates/index.html
@@ -22,7 +22,7 @@ <h3>{{option_a}} vs {{option_b}}!</h3>
22
(Tip: you can change your vote)
23
</div>
24
<div id="hostname">
25
- Vote processed by {{hostname}}
+ Processed by container ID {{hostname}}
26
27
28
0 commit comments