Skip to content

Commit e34cf9d

Browse files
authored
Update README.md
1 parent 7d1cb8e commit e34cf9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ A django app for creating css grids
1111
1212
queryset = Poll.objects.all()
1313
14-
grid-template-columns = ['120px', '120px', '120px']
15-
grid-template-areas = [
14+
grid_wrapper = 'polls-wrapper'
15+
grid_template_columns = ['120px', '120px', '120px']
16+
grid_template_areas = [
1617
['header', 'header', 'header],
1718
['sidebar', 'content', 'content']
1819
]

0 commit comments

Comments
 (0)