Skip to content

Commit 4f6ce27

Browse files
committed
Updated Docs for Live Deployment
meaning i forgot to build it lmao
1 parent 74908cd commit 4f6ce27

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

.eleventy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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) => {

docs/styles.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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: 600px;
1352+
max-width: 800px;
13531353
margin: 0 auto;
13541354
display: flex;
13551355
flex-direction: column;

0 commit comments

Comments
 (0)