File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ module.exports = function(eleventyConfig) {
2323
2424 eleventyConfig . addPassthroughCopy ( 'imgs' ) ;
2525
26+ eleventyConfig . addPassthroughCopy ( "src/styles.css" ) ;
27+
2628
2729 // image renderer with lazy loading
2830 md . renderer . rules . image = ( tokens , idx ) => {
Original file line number Diff line number Diff line change @@ -409,24 +409,24 @@ body.menu-open, html.menu-open {
409409 height : auto !important ;
410410}
411411
412- # project-details img [src = "/imgs/housecat-menu.png" ] {
413- width : 50% ;
412+ # project-details img [src = "/imgs/projects/housecat/ housecat-menu.png" ] {
413+ width : 50% !important ;
414414}
415415
416- # project-details img [src = "/imgs/housecat-game.png" ] {
417- width : 60% ;
416+ # project-details img [src = "/imgs/projects/housecat/ housecat-game.png" ] {
417+ width : 60% !important ;
418418}
419419
420- # project-details img [src = "/imgs/housecat-scripting.png" ] {
421- width : 32% ;
420+ # project-details img [src = "/imgs/projects/housecat/ housecat-scripting.png" ] {
421+ width : 32% !important ;
422422}
423423
424- # project-details img [src = "/imgs/mochi-gif.gif" ] {
425- width : 75% ;
424+ # project-details img [src = "/imgs/projects/mochi/ mochi-gif.gif" ] {
425+ width : 75% !important ;
426426}
427427
428- # project-details img [alt = "Static Badge" ] {
429- width : 5% ;
428+ # project-details img [alt = "Static Badge" ] {
429+ width : 5% !important ;
430430}
431431
432432
@@ -1349,7 +1349,7 @@ code[class*="language-"] {
13491349.contact-form-container {
13501350 padding : 4rem ;
13511351 width : 70% ;
1352- max-width : 600 px ;
1352+ max-width : 800 px ;
13531353 margin : 0 auto;
13541354 display : flex;
13551355 flex-direction : column;
You can’t perform that action at this time.
0 commit comments