reduce the width on showcase items
This commit is contained in:
parent
b1573a45a7
commit
791ed112f2
|
@ -993,13 +993,13 @@ div[data-twttr-id] iframe {
|
|||
}
|
||||
|
||||
.showcase {
|
||||
margin: 40px 40px 40px 0px;
|
||||
width: 25%;
|
||||
margin: 40px auto;
|
||||
width: 30%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.showcase img {
|
||||
width: 175px;
|
||||
width: 100px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue