Reposition href, set border radius
This commit is contained in:
parent
f6613c5e7d
commit
0e8d56f2af
@ -4,14 +4,17 @@
|
||||
gap: 0px 0px;
|
||||
grid-template-areas:
|
||||
"title title"
|
||||
"href href"
|
||||
"description description"
|
||||
"href href"
|
||||
"date tags";
|
||||
|
||||
margin-bottom: 1em;
|
||||
padding: 0;
|
||||
border: 2px solid #540B0E;
|
||||
background-color: #FFF3B0;
|
||||
border-radius: 7px;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
&-title {
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user