Will this improve the look of the article boxes?
This commit is contained in:
parent
75164ed3b0
commit
18e3236148
1 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,12 @@ article.article-box {
|
||||||
row-gap: 2rem;
|
row-gap: 2rem;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1),
|
||||||
|
0 0 0 1px hsla(230, 13%, 9%, 0.075),
|
||||||
|
0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
|
||||||
|
0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
|
||||||
|
0 3.5px 6px hsla(230, 13%, 9%, 0.09);
|
||||||
}
|
}
|
||||||
|
|
||||||
article.article-box article.article-content {
|
article.article-box article.article-content {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue