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

Commit d35f67f

Browse files
committed
Merge pull request #157 from cssnext/patch-website-fixed-width-smallDevice
Fixed width overflow on small device
2 parents 8e19156 + a193874 commit d35f67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ h6 {
101101
*/
102102

103103
.r-Grid {
104-
width: auto;
104+
width: 100%;
105105
margin: 0 auto;
106106
padding: 0 1rem;
107107
}

0 commit comments

Comments
 (0)