Skip to content

Commit b053715

Browse files
dimodidimodi
authored andcommitted
Update overview.md
1 parent e236ae2 commit b053715

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

components/mediaquery/overview.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,16 @@ The <a href = "https://www.telerik.com/blazor-ui/mediaquery" target="_blank">Med
6161

6262
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
6363

64-
| Parameter | Type and Default value | Description |
65-
|-----------|------------------------|-------------|
66-
| `Media` | `string` | the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries" target="_blank">media query string</a> that will be matched. |
64+
| Parameter | Type | Description |
65+
|---|---|---|
66+
| `Media` | `string` | The <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries" target="_blank">media query string</a> that will be matched. |
6767

6868
## Notes
6969

70-
The MediaQuery component facilitates the usage of CSS media queries in your C# code. There are a few points to keep in mind:
70+
The MediaQuery component facilitates the usage of CSS media queries in your C# code:
7171

72-
* The MediaQuery component is not a replacement for responsive design, layout and CSS. You should use them to create your responsive application layouts like with any other web application.
73-
74-
* The MediaQuery component makes it easy to use C# logic based on the breakpoint that matches - such as changing parameter values, replacing a component with a different component or even not rendering a part of the layout (with CSS alone you can resize parts of the app or hide them visually, but they still render).
72+
* The MediaQuery component makes it easy to use C# logic based on the matched media query breakpoints. For example, you can change parameter values, replace a component with a different component or even not render parts of the layout. With CSS alone you can resize parts of the app or hide them visually, but they still render.
73+
* The MediaQuery component is not designed as a full replacement for responsive design, layout and CSS. You should use them to create your responsive application layouts like with any other web application.
7574

7675
## Next Steps
7776

0 commit comments

Comments
 (0)