feat: add containers to pages

This commit is contained in:
Kentai Radiquum 2024-07-14 08:17:52 +05:00
parent b1c18da065
commit f8a6d18c37
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 8 additions and 8 deletions

View file

@ -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