updated nav & projects technologies style

This commit is contained in:
2023-03-19 00:50:45 +01:00
parent a215e80fb2
commit b7721daa00
3 changed files with 17 additions and 1 deletions

View File

@@ -37,3 +37,14 @@
border: 1px solid yellow;
}
.technologies {
display: flex;
gap: 1rem;
margin-right: auto;
}
.technologies span {
border: 1px solid white;
padding: .5rem;
border-radius: 5px;
}