Fix social icon padding in main and post-entry styles

This commit is contained in:
Aditya Telange
2026-04-11 13:38:14 +05:30
parent 96f8b27fd1
commit adc2d0af81
2 changed files with 5 additions and 4 deletions
+5
View File
@@ -38,6 +38,11 @@
margin: 0;
}
.home-info .social-icons a:first-of-type {
padding-inline-start: 0;
}
.post-entry {
position: relative;
margin-bottom: var(--gap);