Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YepaRoberto authored Sep 17, 2023
1 parent 6d29f0c commit 8901e03
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ ol {
}

.product__sidebar__comment__item__text {
overflow: hidden;

}

.product__sidebar__comment__item__text ul {
Expand Down Expand Up @@ -1347,9 +1347,13 @@ ol {
justify-content: center;
}

.normal__breadcrumb__text {
text-shadow: 0 0 4px black;
}

.normal__breadcrumb__text h2 {
color: #ffffff;
font-size: 48px;
font-size: 48px;
font-family: "Oswald", sans-serif;
font-weight: 700;
margin-bottom: 22px;
Expand Down Expand Up @@ -1392,6 +1396,7 @@ ol {

.blog__item.small__item .blog__item__text h4 a {
font-size: 20px;
text-shadow: 0 0 3px black;
line-height: 30px;
}

Expand All @@ -1402,6 +1407,7 @@ ol {
text-align: center;
width: 100%;
padding: 0 105px;
text-shadow: 0 0 4px black;
}

.blog__item__text p {
Expand Down

0 comments on commit 8901e03

Please sign in to comment.