Skip to content

Commit 06cb6d6

Browse files
committed
Update views/partials/_infodash.cfm
Added row class on the title h2
1 parent 3c79787 commit 06cb6d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

views/partials/_infodash.cfm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
</div>
1212
</div>
1313
<div id="title" class="span7">
14-
<h2>Welcome <span>#user.firstname#</span></h2>
14+
<div class="row dash-title">
15+
<h2>Welcome <span>#user.firstname#</span></h2>
16+
</div>
1517
</div>
1618
</div>
1719
</section>

0 commit comments

Comments
 (0)