created backend for project section and updated the css for the images

This commit is contained in:
2021-09-28 11:29:26 +01:00
parent 33dd85d162
commit 9a282cb305
6 changed files with 57 additions and 8 deletions
+2 -4
View File
@@ -17,13 +17,11 @@ section#projects .mainProj, section#projects .otherProj {
section#projects .mainProj {
justify-content: center;
border-right: 2px solid var(--mutedGrey);
padding: 0 2.5em 5em 0;
}
section#projects .mainProj img, section#projects .otherProj .oProjItem img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
@@ -33,7 +31,7 @@ section#projects .mainProj img, section#projects .otherProj .oProjItem img {
section#projects .mainProj img {
width: 100%;
max-width: 30rem;
max-width: 40rem;
}
section#projects .mainProj .flexRow {
@@ -79,7 +77,7 @@ section#projects .otherProj > div .oProjItem:nth-child(2) {
}
section#projects .otherProj .oProjItem img {
max-width: 30rem;
max-width: 15rem;
width: 100%;
padding: 0 1em;
}