diff --git a/src/styles/components/me.css b/src/styles/components/me.css index 51cedc50..72784ce2 100644 --- a/src/styles/components/me.css +++ b/src/styles/components/me.css @@ -54,6 +54,10 @@ width: 100%; } +/* Align highlight list width with profile card width on /me */ +.me-highlights-list { padding-left: 0; padding-right: 0; } +.explore-header .author-card { max-width: 600px; margin: 0 auto; width: 100%; } + /* Bookmarks list */ .bookmarks-list { display: flex;