Carousels for mobile!

This commit is contained in:
Nicholas Orlowsky 2022-07-29 00:42:23 -05:00
parent a71217d54b
commit b99b1c4f74
No known key found for this signature in database
GPG key ID: 3845F78A73B14100
8 changed files with 78 additions and 22 deletions

View file

@ -9,7 +9,7 @@ export default function Blogs() {
return (
<div className={"child"}>
<div className={"row"} style={{alignContent: "center", padding: 50}}>
<div className={"row"} style={{alignContent: "center"}}>
{AllBlogs.reverse().map((blog, i) => {
blogId++;
if(!blog.private) {