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;
}

View File

@ -48,8 +48,13 @@ html {
justify-content: center;
gap: 1rem;
z-index: -1;
color: var(--color);
}
a { color: var(--color); }
a:visited { color: var(--color); }
a:hover { color: red; }
@media (min-width: 400px) {
.nav .links {
position: absolute;