centered pages and links

This commit is contained in:
marshennikovaolga
2024-09-11 11:49:24 +03:00
parent 266c29cae9
commit 1e0e139ad8
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ interface PageListItemsProps {
const PageListItems: React.FC<PageListItemsProps> = ({ listRef, setItemRef, personalPages, activeItemIndex }) => (
<Primitive.div
ref={listRef}
className="divide-primary/5 flex flex-1 flex-col divide-y overflow-y-auto outline-none [scrollbar-gutter:stable]"
className="divide-primary/5 mx-auto my-2 flex w-[99%] flex-1 flex-col divide-y overflow-y-auto outline-none [scrollbar-gutter:stable]"
tabIndex={-1}
role="list"
>