Skip to content

Commit

Permalink
Changed generator position
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj committed Nov 8, 2023
1 parent 1c996b1 commit 7aaeb16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,16 @@ main > section:last-of-type {
min-height: var(--content-container);
min-width: var(--content-container);
display: flex;
flex-grow: 1;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}

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

.generator-tool-title h1 {
Expand Down

0 comments on commit 7aaeb16

Please sign in to comment.