···3434 <UpdateLeafletTitle entityID={props.leaflet_id} />
3535 <AddLeafletToHomepage />
3636 <SelectionManager />
3737- {/* we need the padding bottom here because if we don't have it the mobile footer will cut off
3737+ {/* we need the padding bottom here because if we don't have it the mobile footer will cut off...
3838 the dropshadow on the page... the padding is compensated by a negative top margin in mobile footer */}
3939 <div
4040 className="leafletContentWrapper w-full relative overflow-x-scroll snap-x snap-mandatory no-scrollbar grow items-stretch flex h-full pb-4 pwa-padding"
4141 id="page-carousel"
4242 >
4343+ {/* if you adjust this padding, remember to adjust the negative margins on page in Pages/index when card borders are hidden (also applies for the pb in the parent div)*/}
4344 <div
4445 id="pages"
4545- className="pages flex pt-2 pb-1 sm:pb-8 sm:py-6"
4646+ className="pages flex pt-2 pb-1 sm:pb-8 sm:pt-6"
4647 onClick={(e) => {
4748 e.currentTarget === e.target && blurPage();
4849 }}