Skip to content

Commit 5a33c45

Browse files
committed
added image on the home.
1 parent cc736f7 commit 5a33c45

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

TVS-Cli/app/styles/app.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ ul li div:nth-child(5)
4545

4646
.landing{
4747
background: url('/assets/images/next.jpg');
48-
background-size: cover;
49-
height: 1200px;
50-
width: 100%;
51-
cursor: pointer;
48+
cursor: pointer;
49+
height: 600px;
50+
margin: 0 auto;
51+
width: 675px;
5252
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<h1>TVS - Television Shows</h1>
2-
{{outlet}}
1+
<h1>TVS - Television Shows</h1>
2+
{{outlet}}
-215 KB
Loading

0 commit comments

Comments
 (0)