Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding twitter mentions #8

Merged
merged 9 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding the padding
Signed-off-by: Aditya-eddy <aditya282003@gmail.com>
  • Loading branch information
Aditya-eddy committed Mar 29, 2024
commit f7b2100b1ec1c5977330a9a4ea276bfb1ba54c9d
2 changes: 1 addition & 1 deletion components/FeatureMoblieView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function FeaturesMobileView() {
</div>

{/* Section content */}
<div className="pb-3 md:grid md:grid-cols-12 md:gap-6 md:pb-10 sm:pb-3">
<div className="pb-3 pt-5 md:grid md:grid-cols-12 md:gap-6 md:pb-10 sm:pb-3">
{/* Content */}
<div
className="max-w-xl mx-auto md:max-w-none md:w-full md:col-span-7 lg:col-span-6 md:mt-6"
Expand Down
2 changes: 1 addition & 1 deletion components/TwitterTestimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const TwitterTestimonials = () => {
},[])
return (
<>
<div className="relative mt-20">
<div className="relative mt-20 mb-20">
<div className=" relative mt-2 mb-8 z-10 max-w-5xl mx-auto flex flex-col justify-center">
<h3 className=" text-center h2 text-secondary-300">
We love when users talk about Keploy..
Expand Down