Reposition href, set border radius

This commit is contained in:
Annika Backstrom 2024-05-25 21:46:01 +01:00
parent f6613c5e7d
commit 0e8d56f2af
Signed by: annika
GPG Key ID: 3561F004DE1D9AFE
1 changed files with 4 additions and 1 deletions

View File

@ -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;