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

Changed the colour of Drifty text heading in Website #221

Merged
merged 2 commits into from
Jul 4, 2023
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions Website/components/MainSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default function MainSection() {
return (
<div className="flex flex-row-1 bg-top space-evenly lg:justify-start xs:justify-start">
<div className="lg:flex lg:w-1/2">
<div className=" lg:flex lg:flex-col text-gray-800 py-20 px-6 md:text" >
<h1 className="text-8xl lg:ml-20 font-extrabold text-blue-700 mt-0 mb-6">Drifty</h1>
<div className=" lg:flex lg:flex-col text-white py-20 px-6 md:text" >
<h1 className="text-8xl lg:ml-20 font-extrabold text-white mt-0 mb-6">Drifty</h1>
<p className="text-2xl lg:ml-20 font-sans mb-8 ">Drifty is an open-source interactive File Downloader system built
with Java. It takes the link to the file, the directory where it
needs to be saved and the filename of the downloaded file as input
Expand Down