Skip to content

Commit 457829a

Browse files
committed
use container instead of container-fluid
1 parent 317fcd1 commit 457829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="css/tasks.css" media="all" rel="stylesheet" type="text/css">
1111
<body>
1212

13-
<div class="container-fluid">
13+
<div class="container">
1414
<main class="row">
1515
<h1 class="page-header">Tasks: Type Coercion</h1>
1616
<main ng-view class="col-xs-12"></main>

0 commit comments

Comments
 (0)