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

(feat): implemented basic url router and updated server .htaccess config

This commit is contained in:
2023-11-09 21:06:30 +05:30
parent 7304483e87
commit c21d06a64d
5 changed files with 299 additions and 253 deletions

View File

@@ -1042,10 +1042,6 @@ video {
overflow: hidden;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-y-scroll {
overflow-y: scroll;
}