File tree Expand file tree Collapse file tree 4 files changed +30
-32
lines changed Expand file tree Collapse file tree 4 files changed +30
-32
lines changed Original file line number Diff line number Diff line change 176
176
.grid--responsive > [class *= "grid__col" ] {
177
177
box-sizing : border-box;
178
178
width : 100% ;
179
- -webkit-flex : 0 1 100 % ;
180
- -ms-flex : 0 1 100 % ;
181
- flex : 0 1 100 % ;
179
+ -webkit-flex : 0 1 auto ;
180
+ -ms-flex : 0 1 auto ;
181
+ flex : 0 1 auto ;
182
182
margin : 0 1% 2% ;
183
183
}
184
184
}
197
197
.grid--responsive > [class *= "grid__col" ] {
198
198
box-sizing : border-box;
199
199
width : 100% ;
200
- -webkit-flex : 0 1 100 % ;
201
- -ms-flex : 0 1 100 % ;
202
- flex : 0 1 100 % ;
200
+ -webkit-flex : 0 1 auto ;
201
+ -ms-flex : 0 1 auto ;
202
+ flex : 0 1 auto ;
203
203
margin : 0 1% 2% ;
204
204
}
205
205
}
339
339
.grid-margin-offset--responsive > [class *= "grid__col" ] {
340
340
box-sizing : border-box;
341
341
width : 100% ;
342
- -webkit-flex : 0 1 100 % ;
343
- -ms-flex : 0 1 100 % ;
344
- flex : 0 1 100 % ;
342
+ -webkit-flex : 0 1 auto ;
343
+ -ms-flex : 0 1 auto ;
344
+ flex : 0 1 auto ;
345
345
margin-right : 0 ;
346
346
margin-bottom : 2% ;
347
347
}
360
360
.grid-margin-offset--responsive > [class *= "grid__col" ] {
361
361
box-sizing : border-box;
362
362
width : 100% ;
363
- -webkit-flex : 0 1 100 % ;
364
- -ms-flex : 0 1 100 % ;
365
- flex : 0 1 100 % ;
363
+ -webkit-flex : 0 1 auto ;
364
+ -ms-flex : 0 1 auto ;
365
+ flex : 0 1 auto ;
366
366
margin-right : 0 ;
367
367
margin-bottom : 2% ;
368
368
}
Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ footer {
91
91
.HolyGrail-aside {
92
92
box-sizing : border-box;
93
93
width : 100% ;
94
- -webkit-flex : 0 1 100 % ;
95
- -ms-flex : 0 1 100 % ;
96
- flex : 0 1 100 % ;
94
+ -webkit-flex : 0 1 auto ;
95
+ -ms-flex : 0 1 auto ;
96
+ flex : 0 1 auto ;
97
97
}
98
98
.HolyGrail-nav {
99
99
box-sizing : border-box;
100
100
width : 100% ;
101
- -webkit-flex : 0 1 100 % ;
102
- -ms-flex : 0 1 100 % ;
103
- flex : 0 1 100 % ;
101
+ -webkit-flex : 0 1 auto ;
102
+ -ms-flex : 0 1 auto ;
103
+ flex : 0 1 auto ;
104
104
-webkit-order : 0 ;
105
105
-ms-flex-order : 0 ;
106
106
order : 0 ;
@@ -127,16 +127,16 @@ footer {
127
127
.HolyGrail-aside {
128
128
box-sizing : border-box;
129
129
width : 100% ;
130
- -webkit-flex : 0 1 100 % ;
131
- -ms-flex : 0 1 100 % ;
132
- flex : 0 1 100 % ;
130
+ -webkit-flex : 0 1 auto ;
131
+ -ms-flex : 0 1 auto ;
132
+ flex : 0 1 auto ;
133
133
}
134
134
.HolyGrail-nav {
135
135
box-sizing : border-box;
136
136
width : 100% ;
137
- -webkit-flex : 0 1 100 % ;
138
- -ms-flex : 0 1 100 % ;
139
- flex : 0 1 100 % ;
137
+ -webkit-flex : 0 1 auto ;
138
+ -ms-flex : 0 1 auto ;
139
+ flex : 0 1 auto ;
140
140
-webkit-order : 0 ;
141
141
-ms-flex-order : 0 ;
142
142
order : 0 ;
@@ -145,7 +145,6 @@ footer {
145
145
146
146
.HolyGrail-body {
147
147
background : # a5c3e2 ;
148
- border : 1px solid # 130e7d ;
149
148
}
150
149
151
150
header ,
Original file line number Diff line number Diff line change @@ -813,27 +813,27 @@ <h3>Rows Reverse</h3>
813
813
< h3 > Columns</ h3 >
814
814
815
815
< div class ="grid--column ">
816
- < div class ="grid__col-1 ">
816
+ < div class ="grid__col ">
817
817
1
818
818
</ div >
819
- < div class ="grid__col-2 ">
819
+ < div class ="grid__col ">
820
820
2
821
821
</ div >
822
- < div class ="grid__col-3 ">
822
+ < div class ="grid__col ">
823
823
3
824
824
</ div >
825
825
</ div >
826
826
827
827
< h3 > Columns Reverse</ h3 >
828
828
829
829
< div class ="grid--column-reverse ">
830
- < div class ="grid__col-1 ">
830
+ < div class ="grid__col ">
831
831
1
832
832
</ div >
833
- < div class ="grid__col-2 ">
833
+ < div class ="grid__col ">
834
834
2
835
835
</ div >
836
- < div class ="grid__col-3 ">
836
+ < div class ="grid__col ">
837
837
3
838
838
</ div >
839
839
</ div >
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ footer {
71
71
72
72
.HolyGrail-body {
73
73
background : #a5c3e2 ;
74
- border : 1px solid #130e7d ;
75
74
}
76
75
77
76
header ,
You can’t perform that action at this time.
0 commit comments