Skip to content

Commit 3c6648e

Browse files
authored
Merge pull request #188 from Vinayyy19/main
[FIX] text overlapping outside the div #166
2 parents 859315f + 64a2e5b commit 3c6648e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/src/component/css/Home.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ h3 {
233233
.work-cont2 h3,
234234
.work-cont3 h3 {
235235
text-align: center;
236-
width: max-content;
236+
/* width: max-content; */
237+
margin-bottom: 1rem;
237238
color: blue; /* Set default color to blue */
238239
font-size:1.5rem;
239240
}
@@ -521,4 +522,4 @@ h3 {
521522

522523
.cls-18 {
523524
fill: #fff;
524-
}
525+
}

0 commit comments

Comments
 (0)