File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 67
67
margin-left : 20px ;
68
68
}
69
69
70
- /* Article */
71
- .site-main article img {
72
- width : 100% ;
73
- height : auto;
74
- }
70
+
71
+ /* Apply responsiveness to all images except those inside anchor tags */
72
+ .site-main article img : not (a img ) {
73
+ width : 100% ; /* Make them responsive */
74
+ height : auto; /* Maintain aspect ratio */
75
+ }
76
+
77
+ /* Ensure that images inside anchor tags keep their natural size */
78
+ .site-main article a img {
79
+ width : auto; /* Retain original size */
80
+ height : auto; /* Maintain aspect ratio */
81
+ }
75
82
76
83
/* Heading styles */
77
84
# changelogList h1 {
@@ -563,10 +570,17 @@ <h3 id="added-1">Added</h3>
563
570
< span id ="updatedAt " class ="ms-1 "> October 26, 2024</ span >
564
571
</ div >
565
572
< div class ="metadata-item d-flex align-items-center mt-2 ">
566
- < i class ="bi bi-code-slash me-2 "> </ i >
573
+ < i class ="bi bi-file-earmark-code me-2 "> </ i >
567
574
< strong > Language:</ strong >
568
575
< span id ="language " class ="ms-1 "> JavaScript</ span >
569
576
</ div >
577
+
578
+ < div class ="metadata-item d-flex align-items-center mt-2 ">
579
+ < i class ="bi bi-shield-check "> </ i >
580
+ < strong > License:</ strong >
581
+ < span id ="license " class ="ms-1 "> Unknown</ span >
582
+ </ div >
583
+
570
584
571
585
< a href ="# " target ="_blank " class ="btn btn-outline-dark btn-sm " id ="homepageBtn ">
572
586
< i class ="bi bi-house-door me-2 "> </ i > Visit Homepage
You can’t perform that action at this time.
0 commit comments