Skip to content

Commit 0dbaee9

Browse files
committed
Use padding to keep height from header
1 parent 9feb692 commit 0dbaee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<!-- Here is the main ui-view (unnamed) and will be populate by its immediate children's templates
5353
unless otherwise explicitly named views are targeted. It's also employing ng-animate. -->
54-
<div ui-view class="container slide" style="margin-top: 80px;"></div>
54+
<div ui-view class="container slide" style="padding-top: 80px;"></div>
5555

5656

5757
<hr>

0 commit comments

Comments
 (0)