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