1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(feat): added socials as search result

This commit is contained in:
2023-11-18 19:40:18 +05:30
parent a36c6ffd29
commit 96ce43b1fe
2 changed files with 48 additions and 17 deletions

View File

@@ -635,6 +635,14 @@ video {
z-index: 50;
}
.m-1 {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;