fixed sliding gallery, fixed styling

This commit is contained in:
shafin-r
2025-07-04 02:49:17 +06:00
parent 17ebe63dfd
commit 576398883d
12 changed files with 99 additions and 89 deletions

View File

@ -22,14 +22,16 @@
}
.slide {
min-width: calc(100% - 72px);
min-width: 100%;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
scroll-snap-align: start;
padding: 0 36px;
box-sizing: border-box;
}
.link {
text-decoration: none;
color: inherit;
@ -37,14 +39,13 @@
}
.facebook {
flex: 1;
display: flex;
justify-content: space-between;
justify-content: space-evenly;
flex-direction: row;
height: 100%;
background-color: #fff;
border-radius: 25px;
padding: 20px;
padding: 40px 40px;
box-sizing: border-box;
}