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

(refactor): using fetch_all_reacords() function + (feature): implemented dynamic currently working on section

This commit is contained in:
2023-11-01 14:27:58 +05:30
parent e9eee6b1b0
commit 5edcf4c562
4 changed files with 32 additions and 15 deletions

View File

@@ -809,10 +809,18 @@ video {
margin-top: 2.2rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.flex {
display: flex;
}
.table {
display: table;
}
.hidden {
display: none;
}