diff --git a/resources/sass/components/_bookmark.scss b/resources/sass/components/_bookmark.scss index 2698d36..4af3287 100644 --- a/resources/sass/components/_bookmark.scss +++ b/resources/sass/components/_bookmark.scss @@ -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;