created backend for project section and updated the css for the images
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user