File tree 1 file changed +1
-48
lines changed
25 - Full Bleed Blog Layout
1 file changed +1
-48
lines changed Original file line number Diff line number Diff line change @@ -153,57 +153,10 @@ <h2>Dear Time</h2>
153
153
font-weight : 100 ;
154
154
margin : 0 ;
155
155
}
156
-
157
- .post {
158
- display : grid;
159
- max-width : 1000px ;
160
- margin : 200px auto;
161
- grid-gap : 10px 50px ;
162
- grid-template-columns : 3fr 12fr 5fr ;
163
- }
164
-
165
- .post > * {
166
- grid-column : 2 / -2 ;
167
- }
168
-
169
- .post > figure {
170
- margin : 0 ;
171
- grid-column : 1 / -1 ;
172
- }
173
-
174
- figcaption {
175
- font-size : 10px ;
176
- }
177
-
178
- .post > blockquote {
179
- grid-column : 1 / -1 ;
180
- font-size : 60px ;
181
- font-style : italic;
182
- text-align : center;
183
- margin : 0 ;
184
- }
185
-
186
- .tip {
187
- background : # FAFAFA ;
188
- padding : 10px ;
189
- grid-row : span 5 ;
190
- align-self : start;
191
- }
192
-
193
- .tip-left {
194
- grid-column : 1 / span 1 ;
195
- text-align : right;
196
- border-right : 2px solid var (--yellow );
197
- }
198
-
199
- .tip-right {
200
- grid-column : span 1 / -1 ;
201
- border-left : 2px solid var (--yellow );
202
- }
203
156
</ style >
204
157
205
158
< body >
206
159
207
160
</ body >
208
161
209
- </ html >
162
+ </ html >
You can’t perform that action at this time.
0 commit comments