DEV Community

Discussion on: How often have you re-designed your portfolio?

 
pablohs1986 profile image
Pablo Herrero

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚yeahhh

Thread Thread
 
louislow profile image
Louis Low • Edited

Do you want me to fix some of the tiny spacing issues on your design? I can make you some CSS-es.

Never mind, I'll do it now... Because I am bored at this moment.

Results

Solutions

/* header bar spacing */
.navbar {
    padding-left: 30px;
    padding-right: 30px;
}

#footer {
    padding: 20px;
}

/* work: project cards spacing */
.project {
    padding: 20px;
    min-height: 300px;
}

/* stack icon spacing */
i.fab {
    padding-right: 10px;
}
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
pablohs1986 profile image
Pablo Herrero

heyyy man!! you shouldn't have bothered... I've implemented your changes and, they are small touches, but now everything looks more consistent. Is great! As a newbie, I can only thank you for taking time to help me ;)