File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Emeritus Maintainers Team
93
93
The following people have been active contributors in the past, but are no
94
94
longer active in the project:
95
95
96
+ .. rst-class :: grid-list-three-columns
96
97
.. include :: maintainers_emeritus.rst
97
98
98
99
Emeritus Communication Team
Original file line number Diff line number Diff line change @@ -251,3 +251,14 @@ div.sk-text-image-grid-small {
251
251
div .sk-text-image-grid-large {
252
252
@include sk-text-image-grid (100px );
253
253
}
254
+
255
+ /* Responsive three-column grid list */
256
+ .grid-list-three-columns {
257
+ display : grid ;
258
+ grid-template-columns : repeat (3 , 1fr );
259
+ gap : 1rem ;
260
+
261
+ @media screen and (max-width : 500px ) {
262
+ grid-template-columns : 1fr ;
263
+ }
264
+ }
You can’t perform that action at this time.
0 commit comments