UtkarshVerma / hugo-dream-plus

:rainbow: An upgraded version of the Hugo "Dream" theme with tons of new features.
http://dream-plus-posts.netlify.com
MIT License
68 stars 66 forks source link

reduce size of avatar box and Increase length of Categories #17

Closed yashpal8 closed 6 years ago

yashpal8 commented 6 years ago

Hi Utkarsh, Currently i am using your theme for my website. :) . can you help me with below points

1) Reducing the size of avatar box. 2) Increasing length of Categories box.

UtkarshVerma commented 6 years ago

Hi @yashpal8, To adjust the size of the avatar, you'll have to add some styles for ui small circular image in site.css. For example:

#header .ui.small.circular.image {
    width: 100px !important;
}

For increasing the length of the categories box, modify this segment of site.css.

UtkarshVerma commented 6 years ago

Closing due to inactivity.

yashpal8 commented 6 years ago

thanks Utkarsh for your help...