Skip to content

Commit

Permalink
Gallery update (reflex-dev#616)
Browse files Browse the repository at this point in the history
* Gallery update

* Update gallery

* Fix mobile view gallery

---------

Co-authored-by: Alek Petuskey <alekpetuskey@aleks-mbp.lan>
  • Loading branch information
Alek99 and Alek Petuskey authored Apr 16, 2024
1 parent 22cfaaf commit fa219f2
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 443 deletions.
70 changes: 0 additions & 70 deletions pcweb/components_webpage/sidebar/sidebar_items/component_lib.py

This file was deleted.

22 changes: 0 additions & 22 deletions pcweb/components_webpage/sidebar/sidebar_items/item.py

This file was deleted.

200 changes: 0 additions & 200 deletions pcweb/components_webpage/sidebar/sidebar_items/learn.py

This file was deleted.

60 changes: 0 additions & 60 deletions pcweb/components_webpage/sidebar/sidebar_items/reference.py

This file was deleted.

7 changes: 1 addition & 6 deletions pcweb/pages/blog.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,7 @@ def component_grid():
),
)
return rx.flex(
rx.grid(
*posts,
columns="3",
spacing="4",
width="80%"
),
rx.chakra.responsive_grid(*posts, columns=[1, 2, 2, 2, 3], gap=4),
justify_content="center",
padding_top="4em"
)
Expand Down
Loading

0 comments on commit fa219f2

Please sign in to comment.