Skip to content

Commit f0d19b4

Browse files
fix: rounded corners to GitHub badge for UI consistency (#1375)
1 parent 33cf107 commit f0d19b4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

styles/blog.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ body.dark-mode .saved-blogs {
273273
margin-top: 20px;
274274
margin-bottom: 20px !important;
275275
}
276+
.ways1 img{
277+
border-radius: 20px;
278+
margin-bottom: 30px !important;
279+
}
276280
.dark-mode .ways1 a{
277281
color: white !important;
278282
}
@@ -288,6 +292,10 @@ body.dark-mode .saved-blogs {
288292
/* flex-wrap: wrap; */
289293
margin-bottom: 30px !important;
290294
}
295+
.ways2 img{
296+
border-radius: 20px;
297+
margin-bottom: 30px !important;
298+
}
291299

292300
@media only screen and (max-width:1400px) {
293301
.certificate-left {

0 commit comments

Comments
 (0)