Improve Grid component styling on CodePen.

Fixes #1009
This commit is contained in:
Nicolas Garnier 2015-08-07 16:17:30 +02:00
parent 1eaf7d92f4
commit 78eecea52a
2 changed files with 12 additions and 0 deletions

View File

@ -154,6 +154,7 @@ categories:
- caption: Responsive grid
file: grid.html
demo_file: grid-demo.html
extra_codepen_css: codepen-grid.css
full_width: true
- name: tabs
caption: Tabs

View File

@ -0,0 +1,11 @@
.mdl-cell {
box-sizing: border-box;
background-color: #BDBDBD;
height: 200px;
padding-left: 8px;
padding-top: 4px;
color: white;
}
.mdl-grid:first-of-type .mdl-cell {
height: 50px;
}