Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 0809473

Browse files
committed
Add some blurb about responsive to readme
1 parent 2388e6a commit 0809473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The defaults for the grid item are:
6262
#### Styling
6363
------------
6464

65-
There are three elements that can be styled with angular2-grid, the grid itself `.grid`, the items `.grid-item` and the placeholder `.placeholder`. The demo includes some basic styling in NgGrid.css which you can include in you app `styleUrls` property. In order for correct functionality, the required styles are added by the classes themselves at run-time:
65+
There are three elements that can be styled with angular2-grid, the grid itself `.grid`, the items `.grid-item` and the placeholder `.placeholder`. The demo includes some basic styling in NgGrid.css which you can include in your app's `styleUrls` property. It also includes some @media queries styles to handle responsiveness on smaller screens. This simple force the boxes to full width and puts them inline in their original order. This is optional functionality and does not need to be included. In order for correct functionality, the required styles are added by the classes themselves at run-time:
6666

6767
```css
6868
.grid {

0 commit comments

Comments
 (0)