Skip to content

Commit

Permalink
Layout Responsiveness (#9)
Browse files Browse the repository at this point in the history
* Layout Responsiveness

* Update Code
  • Loading branch information
saadiqbal-dev authored Jun 10, 2024
1 parent 5d0234f commit 04fe6ff
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 56 deletions.
4 changes: 3 additions & 1 deletion widget/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const SidebarLayout = styled.div`
display: flex;
flex-direction: row;
width: 100%;
@media screen and (max-width: 768px) {
flex-direction: column;
}
.aside {
display: flex;
}
Expand Down
Loading

0 comments on commit 04fe6ff

Please sign in to comment.