Merge pull request 'fix(index): adiciona width para as imagens do card' (#10) from feature/top-card into main
Reviewed-on: #10
This commit is contained in:
commit
25d60c6fdf
@ -112,6 +112,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.top-card-image {
|
.top-card-image {
|
||||||
|
width: 34%;
|
||||||
padding-bottom: 28px;
|
padding-bottom: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -180,6 +181,10 @@ body {
|
|||||||
.top-card-description {
|
.top-card-description {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-card-image {
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*4K*/
|
/*4K*/
|
||||||
|
Loading…
Reference in New Issue
Block a user