File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ body[data-theme="dark"] {
234
234
.solution :hover {
235
235
color : $dark-text-link-blue-active ;
236
236
}
237
- }
237
+ }
238
238
239
239
.search-article {
240
240
input [type = " search" ] {
Original file line number Diff line number Diff line change 181
181
182
182
// Author
183
183
.author {
184
- margin-top : 6.3 rem ;
185
- margin-bottom : 7.2 rem ;
184
+ margin-top : 2 rem ;
185
+ margin-bottom : 1 rem ;
186
186
text-align : center ;
187
187
188
188
@include media-query ($on-mobile ) {
228
228
display : flex ;
229
229
padding-top : 5px ;
230
230
padding-bottom : 6px ;
231
+ justify-content : space-between ;
231
232
@extend %clearfix ;
232
233
233
234
& :not (:first-child ) {
239
240
color : $black ;
240
241
font-weight : 700 ;
241
242
padding-right : 10px ;
243
+ flex : 0.22 1 0px ;
244
+ text-align : right ;
242
245
243
246
@include media-query ($on-mobile ) {
244
247
font-size : 16px ;
252
255
font-size : $base-font-size ;
253
256
font-weight : normal ;
254
257
letter-spacing : 0.1px ;
258
+ flex : 1 ;
259
+ text-align : justify ;
255
260
256
261
a {
257
262
color : $text-base-color ;
377
382
border : 1px solid rgba (128 , 128 , 128 , 0.1 );
378
383
background-color : rgba (128 , 128 , 128 , 0.1 );
379
384
}
380
- }
385
+ }
You can’t perform that action at this time.
0 commit comments