Improvements to projects and dynamic image resizing

This commit is contained in:
2025-01-19 21:19:45 +00:00
parent 56e771c454
commit b91245c8a1
7 changed files with 67 additions and 12 deletions

View File

@@ -42,6 +42,8 @@
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
margin: 0 auto 0 auto;
width: 80vw;
}
.project{
@@ -61,4 +63,8 @@
position: absolute;
height: 25vh;
}
#article>p>img{
display: inline;
}
}

View File

@@ -203,4 +203,13 @@ label{
#contact-error{
color: red;
}
#article{
padding: 0 10px 0 10px;
}
#article>p>img{
display: block;
margin: 0 auto 0 auto;
}