mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add containers to pages
This commit is contained in:
parent
b1c18da065
commit
f8a6d18c37
6 changed files with 8 additions and 8 deletions
|
@ -10,8 +10,8 @@ export const RelatedSection = (props) => {
|
|||
);
|
||||
return (
|
||||
<section>
|
||||
<div className="flex flex-col justify-between p-4 sm:flex-row">
|
||||
<div className="flex p-4">
|
||||
<div className="flex flex-col justify-between gap-4 p-4 xl:flex-row">
|
||||
<div className="flex items-center justify-center p-4">
|
||||
{props.images.map((item) => {
|
||||
return (
|
||||
<img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue