Fix padding for the first social icon in the home info

This commit is contained in:
Aditya Telange
2026-04-11 00:24:06 +05:30
parent cc93a30768
commit a88ff686b3
+4
View File
@@ -33,6 +33,10 @@
padding: 10px;
}
.social-icons a:first-of-type {
padding-inline-start: 0;
}
.social-icons a svg {
height: 26px;
width: 26px;