File tree 3 files changed +38
-5
lines changed
3 files changed +38
-5
lines changed Original file line number Diff line number Diff line change @@ -1363,14 +1363,27 @@ Leaderboard
1363
1363
}
1364
1364
}
1365
1365
1366
+ .kilobyte-sponsors {
1367
+ display : flex;
1368
+ padding : 0 ;
1369
+ }
1370
+
1366
1371
# tqfocus_svg {
1367
1372
height : 40% ;
1368
1373
width : 40% ;
1369
1374
}
1370
1375
1371
1376
# coding-block_id {
1372
- height : 35% ;
1373
- width : 35% ;
1377
+ padding-top : 50px ;
1378
+ height : 90% ;
1379
+ width : 60% ;
1380
+ }
1381
+
1382
+ # gfg_id {
1383
+ padding-left : 0 ;
1384
+ padding-right : 30px ;
1385
+ height : 90% ;
1386
+ width : 90% ;
1374
1387
}
1375
1388
1376
1389
@@ -1428,6 +1441,20 @@ Leaderboard
1428
1441
1429
1442
# coding-block_id {
1430
1443
height : 60% ;
1444
+ width : 70% ;
1445
+ padding-bottom : 10px ;
1446
+ }
1447
+ # gfg_id {
1448
+ height : 50% ;
1431
1449
width : 60% ;
1450
+ padding : 10px ;
1451
+
1432
1452
}
1453
+
1454
+
1455
+ .kilobyte-sponsors {
1456
+ display : inline;
1457
+ }
1458
+
1459
+
1433
1460
}
Original file line number Diff line number Diff line change @@ -261,13 +261,19 @@ <h6 class="text-center mgt50px mb-5 sponsor-title"><span
261
261
< h6 class ="text-center mgt50px mb-5 sponsor-title "> < span
262
262
style ="border-style: solid; border-width: 3px; padding: 3px; "> KILOBYTE SPONSORS</ span > </ h6 >
263
263
264
- < div class ="associate -sponsors ">
265
- < center >
264
+ < div class ="kilobyte -sponsors " >
265
+
266
266
267
267
< a href ="https://codingblocks.com/ " target ="_blank "> < img
268
268
src ="img/mega-pro/sponsors/cb_grey.png " alt ="Coding Blocks "
269
269
id ="coding-block_id "> </ a >
270
- </ center >
270
+
271
+
272
+
273
+ < a href ="https://www.geeksforgeeks.org/ " target ="_blank "> < img
274
+ src ="img/mega-pro/sponsors/gfg.png " alt ="GeeksforGeeks "
275
+ id ="gfg_id "> </ a >
276
+
271
277
</ div >
272
278
< br >
273
279
< br >
You can’t perform that action at this time.
0 commit comments