Skip to content

Commit 08f1036

Browse files
committed
fixed .bottom-content issue being named twice on home and about me page which caused a bug
1 parent 29ebff1 commit 08f1036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,19 +324,19 @@ margin-bottom: 25px;
324324

325325
/* Bottom Cotent */
326326

327-
.bottom-content {
327+
.about-bottom-content {
328328
display: flex;
329329
flex-flow: column wrap;
330330
justify-content: space-between;
331331
width: 100%;
332332
margin-bottom: 30px;
333333
}
334334

335-
.about-main-content .bottom-content h1 {
335+
.about-bottom-content h1 {
336336
font-weight: bold;
337337
}
338338

339-
.about-main-content .bottom-content p {
339+
.about-bottom-content p {
340340

341341
}
342342

0 commit comments

Comments
 (0)