Skip to content

Commit

Permalink
kit digital: update icons and responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenreda committed Jul 5, 2024
1 parent 19f0086 commit d5e0513
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/assets/img/computer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/css/kit-digital.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
margin-right: var(--layout-padding-x);
margin-left: var(--layout-padding-x);
}
.kit-digital .soluciones .card-list .card img {
width: 5rem;
height: 5rem;
}
.kit-digital .soluciones .card-list .card {
display: flex;
flex-direction: column;
Expand Down
7 changes: 1 addition & 6 deletions src/kit-digital.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,7 @@ <h5 class="card-price">
<a class="button-primary" href="/contacto">Solicita información</a>
</div>
<div class="card">
<img
src="/assets/img/oficina-virtual-icon.svg"
width="110"
height="110"
alt=""
/>
<img src="/assets/img/computer.svg" width="110" height="110" alt="" />
<div>
<span class="card-category-label">Categoría</span>
<h3 class="card-category-title">Puesto de trabajo seguro</h3>
Expand Down

0 comments on commit d5e0513

Please sign in to comment.