Skip to content

Commit

Permalink
Reubico estilos para CardRow
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeciavirella committed Dec 27, 2019
1 parent 13d580d commit d531606
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions public/assets/css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,6 @@ div.g-pickers-container div.g-picker {

/*---Fin Graphic---*/

div.r-row {
display: flex;
justify-content: space-around;
margin-bottom: 40px;
}

/*---Card---*/

/*-General Styles-*/
Expand Down Expand Up @@ -966,6 +960,16 @@ main a[href^="https://"][target^="_blank"]::after {

/*---Fin PreviewCard---*/

/*---CardRow---*/

div.r-row {
display: flex;
justify-content: space-around;
margin-bottom: 40px;
}

/*---Fin CardRow---*/

/*---Iconos---*/

.fa-angle-up, .fa-link, .caret {
Expand Down

0 comments on commit d531606

Please sign in to comment.