Skip to content

Commit

Permalink
fix(UI issue): resolve issue CircuitVerse#306
Browse files Browse the repository at this point in the history
Increase the height of div and center the project name
  • Loading branch information
Raju0603 committed Jan 9, 2025
1 parent 6eae6ed commit 3ee1d96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/css/main.stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,15 @@ input[type='text']:focus {
position: relative;
left: 0.5rem;
font-size: 1em;
text-align: center;
display: inline-block;
width: 35vw;
overflow: hidden;
text-overflow: ellipsis;
height: 5vh;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
}

@media (max-width: 991px) {
Expand Down

0 comments on commit 3ee1d96

Please sign in to comment.