File tree Expand file tree Collapse file tree 1 file changed +16
-24
lines changed
Expand file tree Collapse file tree 1 file changed +16
-24
lines changed Original file line number Diff line number Diff line change 242242/* Mobile responsive font sizes */
243243@media (max-width : 768px ) {
244244 .code-header {
245- font-size : 14 px ;
245+ font-size : 10 px ;
246246 }
247247
248248 .code-content {
249- font-size : 10 px ;
250- line-height : 15 px ;
249+ font-size : 7 px ;
250+ line-height : 10 px ;
251251 }
252252
253253 .line-number {
254- font-size : 10 px ;
255- width : 32 px ;
256- padding-right : 8 px ;
254+ font-size : 7 px ;
255+ width : 20 px ;
256+ padding-right : 4 px ;
257257 }
258258
259259 .status-badge {
260- font-size : 12px ;
261- padding : 8px 12px ;
262- }
263-
264- .container {
265- height : 400px ;
260+ font-size : 8px ;
261+ padding : 4px 8px ;
266262 }
267263}
268264
269265@media (max-width : 480px ) {
270266 .code-header {
271- font-size : 12 px ;
267+ font-size : 8 px ;
272268 }
273269
274270 .code-content {
275- font-size : 8 px ;
276- line-height : 12 px ;
271+ font-size : 5 px ;
272+ line-height : 8 px ;
277273 }
278274
279275 .line-number {
280- font-size : 8 px ;
281- width : 25 px ;
282- padding-right : 6 px ;
276+ font-size : 5 px ;
277+ width : 15 px ;
278+ padding-right : 3 px ;
283279 }
284280
285281 .status-badge {
286- font-size : 10px ;
287- padding : 6px 10px ;
288- }
289-
290- .container {
291- height : 350px ;
282+ font-size : 6px ;
283+ padding : 3px 6px ;
292284 }
293285}
You can’t perform that action at this time.
0 commit comments