feat: adjust layout of DynamicCanva and TableOfContents for improved responsiveness

This commit is contained in:
swve 2025-05-25 22:32:49 +02:00
parent 66c6ea8779
commit e4d5c44aae
2 changed files with 10 additions and 1 deletions

View file

@ -73,7 +73,7 @@ const TableOfContents = ({ editor }: TableOfContentsProps) => {
}
const TOCCard = styled.div`
width: 20%;
width: 100%;
background: none;
border: none;
box-shadow: none;