Skip to content

Commit

Permalink
feat: Centered generator title #548 (#552)
Browse files Browse the repository at this point in the history
Co-authored-by: Raj <[email protected]>
  • Loading branch information
Raj100679 and Raj authored Nov 10, 2023
1 parent 857165f commit fc441bc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ main > section:last-of-type {

.generator-tool-title {
position: fixed;
top: 7%;
left: 25%;
top: 4%;
}

.generator-tool-title h1 {
Expand Down Expand Up @@ -1280,10 +1279,6 @@ a {
margin: 0.8rem auto;
}

.generator-tool-title {
left: 30%;
}

.input {
padding: 2rem;
}
Expand Down Expand Up @@ -1331,10 +1326,6 @@ a {
margin: 0.8rem auto;
}

.generator-tool-title {
left: auto;
}

footer {
font-size: 1.3rem;
}
Expand Down

1 comment on commit fc441bc

@vercel
Copy link

@vercel vercel bot commented on fc441bc Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.