Skip to content

Commit

Permalink
Cards style update (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagdalenaZuba committed Jan 3, 2023
1 parent fd6eb35 commit a391a9a
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,20 @@ div.path {
flex-direction: column;
}

.cards div.card-wrapper div div{

border-radius: 5px;
background-color: #FFFFFF;
padding: 0.7rem;
margin-bottom: 0.4rem;
border: 1px solid #E0E0E8;
min-width: 230px;
height: 240px;
box-sizing: border-box;
overflow: auto;
justify-content: center;
}

.cards div.card-wrapper div div,
.path div.card-wrapper div div {
border: 1px solid #D4D4D4;
Expand Down Expand Up @@ -602,9 +616,14 @@ div.path {

.cards p.title,
.path p.title {
font-weight: bold;
padding-bottom: 4px;
font-size: 18px;
font-size: 1em;
min-height: 2em;
font-weight: 550;
line-height: 1;
padding-bottom: 0.5em;
box-sizing: border-box;
margin-bottom: 2em;
justify-content: center;
}

.cards p.description,
Expand Down

0 comments on commit a391a9a

Please sign in to comment.