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

Body of project's doesn't center.

nathan-fiscaletti opened this issue · comments

When you make the description for a project too short, it will align left in the parent and looks somewhat strange.

Example:

<div class="project shadow-large">
    <div class="project-image">
        <img src="images/project.jpg" />
    </div>
    <!-- End .project-image -->
    <div class="project-info">
        <h3>Synful</h3>
        <p>
            A versatile PHP framework for you to create your own API with ease.
        </p>
        <a href="http://git.nathanf.tk/synful" target="_blank">View Project</a>
    </div>
    <!-- End .project-info -->
</div>
<!-- End .project -->

Good catch! I'll get this fixed in the upcoming release. Thanks for pointing it out.