Skip to content

Commit

Permalink
Merge pull request #65 from IrynaSlavinska/catalog
Browse files Browse the repository at this point in the history
Catalog
  • Loading branch information
IrynaSlavinska authored Jul 11, 2023
2 parents 4e62003 + e6de626 commit f7d15f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/css/catalog.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
background-color: #eaf7e5;
}
.catalog-item-name {
margin-top: 40px;
margin-bottom: 8px;
font-size: 24px;
font-weight: 700;
Expand Down Expand Up @@ -111,6 +110,7 @@
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 40px 25px 20px 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
Expand Down Expand Up @@ -155,12 +155,13 @@
}

.back-text {
padding: 100px 20px 0 0;
padding-top: 30px;
padding-left: 15px;
margin-bottom: 30px;
}

.back-text-2 {
padding-right: 20px;
padding-left: 15px;
}

.none {
Expand Down

0 comments on commit f7d15f6

Please sign in to comment.