Skip to content

Commit 0f2acd9

Browse files
committed
Fix offset class in config
1 parent a9a1afa commit 0f2acd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'left_column_class' => 'col-sm-2 col-md-3',
3131
'right_column_class' => 'col-sm-3 col-md-9',
3232

33-
'left_column_offset_class' => 'col-sm-offset-2 col-md-offset-3',
33+
'left_column_offset_class' => 'offset-sm-2 offset-md-3',
3434

3535
/*
3636
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)