updated urls, and aligned articles center
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user