Started testing card hyperlinks on project.css and project.html
This commit is contained in:
@@ -102,6 +102,11 @@ main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#projects {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr; /* Single column for mobile */
|
||||
|
||||
Reference in New Issue
Block a user