-
Hi. I have a projects section and I'd like to display them in a card format. The project that I have has a relatively long name, and the word gets cut off. I'd like to change this but would also like to make sure I know how to format the cards manually so I can take care of future projects accordingly. My website is https://seanyi.info and here's my website repository: https://github.com/seanswyi/sean-website Any opinions are appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As code stands right now, the width of the cards are set here: https://github.com/wowchemy/wowchemy-hugo-modules/blob/master/wowchemy/assets/scss/wowchemy/_widgets.scss#L461 Overwriting scss is done by the changed classes in |
Beta Was this translation helpful? Give feedback.
As code stands right now, the width of the cards are set here: https://github.com/wowchemy/wowchemy-hugo-modules/blob/master/wowchemy/assets/scss/wowchemy/_widgets.scss#L461
The width is changed depending on the screen it's rendered on. So you'll have to change all three.
Overwriting scss is done by the changed classes in
./content/assets/scss/custom.scss