Make corners more round #6

Open
opened 2021-08-02 00:07:59 +02:00 by bea · 0 comments
Owner

Mostly on the homepage (big cards), but also on sidebars and tags page.
They look to square now and a little old, setting the border to ~10px (instead of the current 5px) would probably look better.

Note: if we set borders to 10px, we also have to do it for the images inside (or they would overflow). However, 10px look bad in the inner/bottom borders, so maybe we should use 10px on top and 5px on bottom?

border-radius: 10px 10px 5px 5px;
Mostly on the homepage (big cards), but also on sidebars and tags page. They look to square now and a little old, setting the border to ~10px (instead of the current 5px) would probably look better. Note: if we set borders to 10px, we also have to do it for the images inside (or they would overflow). However, 10px look bad in the inner/bottom borders, so maybe we should use 10px on top and 5px on bottom? ```css border-radius: 10px 10px 5px 5px; ```
bea added the
enhancement
label 2021-08-02 00:07:59 +02:00
bea self-assigned this 2021-08-02 00:09:59 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: WebDev/mind-overflow-website-ghost-theme#6
No description provided.