Skip to content

Commit

Permalink
Changed a spacing and a punctuation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHMITA489 authored Oct 7, 2023
1 parent 92d57c1 commit 0b0b0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Fields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from "next/image";
function Fields() {
return (
<div className="md:px-5 w-[95%] lg:w-[90%] relative mx-auto lg:mt-20 md:mt-[100px]">
<p className="text-2xl font-semibold text-center">FIELDS WE WORK IN</p>
<p className="text-2xl font-semibold text-center">FIELDS WE WORK IN</p>
{/* Web Development */}
<div className="grid grid-cols-2 mx-auto grid-col my-5 gap-5 md:grid-cols-1 items-center py-5">
<div className="w-10/12 ">
Expand All @@ -30,7 +30,7 @@ function Fields() {
<p className="font-semibold md:text-xl text-6xl lg:mb-5">DSA And CP</p>
<p>
DSA (Data Structures and Algorithms) is the study of organizing and
manipulating data efficiently to perform complex computations
manipulating data efficiently to perform complex computations.
Competitive programming is a sport of coding where individuals or
teams solve algorithmic problems in a timed competition using DSA
skills, and quick thinking to solve problems within constraints.
Expand Down

0 comments on commit 0b0b0cb

Please sign in to comment.