File tree Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,23 @@ code {
51
51
border-top : 7px solid # 484948 ;
52
52
}
53
53
54
+ @media (max-width : 768px ) {
55
+ # footer .row-fluid > * {
56
+ display : none;
57
+ }
58
+
59
+ # footer .row-fluid > .span6 : first-child {
60
+ display : block;
61
+ width : 100% ;
62
+ text-align : center;
63
+ }
64
+
65
+ # frame {
66
+ padding-top : 7px ;
67
+ border-top : none;
68
+ }
69
+ }
70
+
54
71
.alert {
55
72
text-align : center;
56
73
-webkit-border-radius : 0px ;
@@ -108,6 +125,13 @@ code {
108
125
margin-bottom : 14px ;
109
126
}
110
127
128
+ @media (max-width : 768px ) {
129
+ # action-bar {
130
+ margin-left : 8px ;
131
+ margin-right : 8px ;
132
+ }
133
+ }
134
+
111
135
ul # story-list , ul # feed-list {
112
136
list-style-type : none;
113
137
margin-left : 0px ;
@@ -176,7 +200,7 @@ li.story.open .story-preview {
176
200
}
177
201
178
202
.story-lead {
179
- color : # e5e5e5 ;
203
+ color : # c5c5c5 ;
180
204
}
181
205
182
206
.story-published {
@@ -251,7 +275,7 @@ li.story.open .story-body-container {
251
275
}
252
276
253
277
p .story-details {
254
- margin-right : 5 px ;
278
+ margin-right : 14 px ;
255
279
overflow : hidden;
256
280
}
257
281
@@ -369,6 +393,17 @@ li.feed .feed-last-updated {
369
393
text-align : right;
370
394
}
371
395
396
+ @media (max-width : 768px ) {
397
+ li .feed .feed-last-updated {
398
+ display : none;
399
+ }
400
+
401
+ li .feed .row-fluid .span2 {
402
+ float : right;
403
+ margin-right : 21px ;
404
+ }
405
+ }
406
+
372
407
li .feed .last-updated {
373
408
font-size : 10px ;
374
409
}
You can’t perform that action at this time.
0 commit comments