Skip to content

Commit

Permalink
The 33% in the col-4 style was missing .33, so now it's 33.33%.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaakov authored and Yaakov committed Mar 17, 2016
1 parent b82943b commit bcd9f16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/Lecture24/responsive-after.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
width: 25%;
}
.col-lg-4 {
width: 33%;
width: 33.33%;
}
.col-lg-5 {
width: 41.66%;
Expand Down Expand Up @@ -90,7 +90,7 @@
width: 25%;
}
.col-md-4 {
width: 33%;
width: 33.33%;
}
.col-md-5 {
width: 41.66%;
Expand Down Expand Up @@ -135,4 +135,4 @@ <h1>Responsive Layout</h1>
</div>

</body>
</html>
</html>
5 changes: 2 additions & 3 deletions examples/Lecture24/responsive-before.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
width: 25%;
}
.col-lg-4 {
width: 33%;
width: 33.33%;
}
.col-lg-5 {
width: 41.66%;
Expand Down Expand Up @@ -89,7 +89,7 @@
width: 25%;
}
.col-md-4 {
width: 33%;
width: 33.33%;
}
.col-md-5 {
width: 41.66%;
Expand Down Expand Up @@ -135,4 +135,3 @@ <h1>Responsive Layout</h1>

</body>
</html>

0 comments on commit bcd9f16

Please sign in to comment.