Skip to content

Commit 3ee1d96

Browse files
committed
fix(UI issue): resolve issue CircuitVerse#306
Increase the height of div and center the project name
1 parent 6eae6ed commit 3ee1d96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/styles/css/main.stylesheet.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,15 @@ input[type='text']:focus {
177177
position: relative;
178178
left: 0.5rem;
179179
font-size: 1em;
180-
text-align: center;
181180
display: inline-block;
182181
width: 35vw;
183182
overflow: hidden;
184183
text-overflow: ellipsis;
184+
height: 5vh;
185+
display: flex;
186+
flex-direction: column;
187+
text-align: center;
188+
justify-content: center;
185189
}
186190

187191
@media (max-width: 991px) {

0 commit comments

Comments
 (0)