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

feat(frontend): aligned font of the events page #311

Merged
merged 11 commits into from
Aug 10, 2023
4 changes: 2 additions & 2 deletions src/pages/events/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const Events = () => {
<>
<Navbar />
<div style={{ marginTop: 100, color: 'white', alignItems: 'center' }}>
<h1 className="text-5xl font-bold text-center text-blue-500">Welcome to the DevsinTech Community Events Page!</h1>
<h1 className="text-5xl text-center text-blue-500">Welcome to the DevsinTech Community Events Page!</h1>
<div className='w-[100%] flex flex-wrap mx-auto justify-center items-center mt-26 py-8 mb-5 max-w-screen-2xl format-card'>
<div className="md:w-2/3 ml-5" data-aos="fade-left" data-aos-duration="500">
<p className="team-description font-bold text-2xl text-center">
<p className="team-description text-2xl text-center">
At DevsinTech, we believe in fostering a vibrant and inclusive community of tech enthusiasts, developers, and industry professionals. Our events are designed to bring together like-minded individuals to learn, share knowledge, and network.<br></br> Join our community to stay updated on the latest tech trends, expand your skillset, and connect with fellow developers.
</p>
</div>
Expand Down