updated urls, and aligned articles center

This commit is contained in:
2025-12-14 17:11:39 +00:00
parent b7ae99fd94
commit b1355a91f5
19 changed files with 322 additions and 298 deletions

View File

@@ -166,6 +166,19 @@ strong {
color: black;
cursor: crosshair;
}
.nav-link {
font-style: italic;
cursor: pointer;
display: flex;
flex-direction: row;
}
.nav-link a {
text-decoration: underline;
color: black;
cursor: crosshair;
}
.nav-emoji .emoji-flip {
animation: flip 1s steps(1, end) infinite;
@@ -184,6 +197,14 @@ strong {
flex-direction: column;
}
.container-left {
align-items:flex-start;
}
.container-center {
align-items: center;
}
#project-container {
color: black;
flex-grow: 1;
@@ -354,6 +375,9 @@ strong {
max-width: 100%;
height: auto;
max-height: 600px;
display: block;
margin-left: auto;
margin-right: auto;
}
#project-cover img{