Skip to content

Commit 8901e03

Browse files
authored
Add files via upload
1 parent 6d29f0c commit 8901e03

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/css/style.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ ol {
833833
}
834834

835835
.product__sidebar__comment__item__text {
836-
overflow: hidden;
836+
837837
}
838838

839839
.product__sidebar__comment__item__text ul {
@@ -1347,9 +1347,13 @@ ol {
13471347
justify-content: center;
13481348
}
13491349

1350+
.normal__breadcrumb__text {
1351+
text-shadow: 0 0 4px black;
1352+
}
1353+
13501354
.normal__breadcrumb__text h2 {
13511355
color: #ffffff;
1352-
font-size: 48px;
1356+
font-size: 48px;
13531357
font-family: "Oswald", sans-serif;
13541358
font-weight: 700;
13551359
margin-bottom: 22px;
@@ -1392,6 +1396,7 @@ ol {
13921396

13931397
.blog__item.small__item .blog__item__text h4 a {
13941398
font-size: 20px;
1399+
text-shadow: 0 0 3px black;
13951400
line-height: 30px;
13961401
}
13971402

@@ -1402,6 +1407,7 @@ ol {
14021407
text-align: center;
14031408
width: 100%;
14041409
padding: 0 105px;
1410+
text-shadow: 0 0 4px black;
14051411
}
14061412

14071413
.blog__item__text p {

0 commit comments

Comments
 (0)