Started testing card hyperlinks on project.css and project.html

This commit is contained in:
2026-02-27 12:54:13 +00:00
parent 63f40c4791
commit bcaecadb11
2 changed files with 14 additions and 7 deletions

View File

@@ -102,6 +102,11 @@ main {
width: 100%;
}
a {
text-decoration: none;
color: inherit;
}
#projects {
display: grid;
grid-template-columns: 1fr; /* Single column for mobile */