Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
errand committed Mar 22, 2021
1 parent 031bc29 commit 45fdf19
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,15 +582,38 @@ form .input:placeholder {
color: #b59f5b;
}

.products .widget-title {
margin-bottom: 0;
}

.products__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.product__item {
padding: 1.5rem 3rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}

.product__image .image {
max-width: 100%;
}

.product__info {
outline: #b59f5b 3px;
outline: 2px solid #b59f5b;
outline-offset: 1.5rem;
}

.product__title {
font-size: 1.25rem;
text-transform: uppercase;
margin: 0;
}

@media (min-width: 641px) {
Expand Down

0 comments on commit 45fdf19

Please sign in to comment.