File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
Expand file tree Collapse file tree 1 file changed +16
-14
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 : 10 px ;
245+ font-size : 12 px ;
246246 }
247247
248248 .code-content {
249- font-size : 7 px ;
250- line-height : 8 px ;
249+ font-size : 9 px ;
250+ line-height : 10 px ;
251251 }
252252
253253 .line-number {
254- font-size : 7 px ;
255- width : 20 px ;
254+ font-size : 9 px ;
255+ width : 22 px ;
256256 padding-right : 4px ;
257257 }
258258
259259 .status-badge {
260- font-size : 8px ;
261- padding : 4px 8px ;
260+ font-size : 10px ;
261+ padding : 2px 8px ;
262+ bottom : 10px ;
262263 }
263264}
264265
265266@media (max-width : 480px ) {
266267 .code-header {
267- font-size : 8 px ;
268+ font-size : 10 px ;
268269 }
269270
270271 .code-content {
271- font-size : 5 px ;
272- line-height : 6 px ;
272+ font-size : 7 px ;
273+ line-height : 8 px ;
273274 }
274275
275276 .line-number {
276- font-size : 5 px ;
277- width : 15 px ;
277+ font-size : 7 px ;
278+ width : 17 px ;
278279 padding-right : 3px ;
279280 }
280281
281282 .status-badge {
282- font-size : 6px ;
283- padding : 3px 6px ;
283+ font-size : 8px ;
284+ padding : 1px 6px ;
285+ bottom : 5px ;
284286 }
285287}
You can’t perform that action at this time.
0 commit comments