You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -->
The text was updated successfully, but these errors were encountered:
When you make the description for a project too short, it will align left in the parent and looks somewhat strange.
Example:
The text was updated successfully, but these errors were encountered: