Portfolio Project: needs help tweaking

Here is my completed project: http://codepen.io/ffelix/full/BQyxqV/

I’m having trouble fine-tuning positioning of elements. For instance, how would you lower the “|| PORTFOLIO ||” text a few pixels? I’ve fiddled around with padding the span, to no avail.

Thanks for your insight!

U can

display:block;
margin-top: ?px;

or just
line-height: ?px;

Thanks for your suggestions. Neither seems to have the desired effect. Maybe I have some conflicts in there somewhere.

1 Like