RyanFitzgerald / devportfolio

A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass

Home Page:https://ryanfitzgerald.github.io/devportfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing Project Image Bug

omaarr90 opened this issue · comments

Nice job,

The issue is that when I remove the project image, the whole project div is removed. somehow the height of that div is related to the image height.

Expcted behavior,

when removing the image div, content should be left aligned and div expand to fill the content

Good catch! I'll get something together to have that fixed.

Cheers,

Ryan

Added in release 1.2.1, thanks again for the feedback!

Thank you for your prompt response.