Skip to content

Commit 06f9527

Browse files
committed
Updated stlyes.
1 parent c2ece80 commit 06f9527

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MarvelWorld-Cli/app/styles/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
h2, h3{
1+
h2, h3,h4,h5{
22
color:#000;
33
}
44

MarvelWorld-Cli/app/templates/movies/index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{{/each}}
1212
</ul>
1313
<div>
14+
<h5>{{upper-case "summary"}}</h5>
1415
<div class="movie-watches">(*) The movie with MAX watches has: <span>{{maxWatches}} viewers.</span></div>
1516
<div class="movie-watches">(*) The movie with MIN watches has: <span>{{minWatches}} viewers.</span></div>
1617
<div class="movie-watches">(*) Is there movie with awards?

0 commit comments

Comments
 (0)