feat(dioxus): added all links to navbar, intro finished, and new pages set up. TODO: final img sizing and projects assignment

This commit is contained in:
2025-04-25 16:07:10 -06:00
parent 8ab01ca725
commit 03082a1904
7 changed files with 104 additions and 25 deletions

View File

@ -88,7 +88,7 @@
filter: invert() hue-rotate(180deg);
}
@media only screen and (max-width: 430px) {
@media only screen and (max-width: 500px) {
#contact ul li img {
display: none;
}