diff --git a/src/components/Article/CommentDate/CommentDate.module.scss b/src/components/Article/CommentDate/CommentDate.module.scss index 7f27ffaf..20410cce 100644 --- a/src/components/Article/CommentDate/CommentDate.module.scss +++ b/src/components/Article/CommentDate/CommentDate.module.scss @@ -2,15 +2,16 @@ @include font-size(1.2rem); color: var(--secondary-color); - align-items: center; - align-self: center; + //align-self: center; display: flex; + align-items: flex-start; + justify-content: flex-start; + flex-direction: column; + gap: .5rem; flex: 1; flex-wrap: wrap; font-size: 1.2rem; - justify-content: flex-start; - margin: 0 1rem; - height: 1.6rem; + margin-bottom: .5rem; .date { font-weight: 500; diff --git a/src/styles/app.scss b/src/styles/app.scss index ad7a13ef..d563840e 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -204,7 +204,7 @@ a:hover, a:visited, a:link, .link { - border-bottom: 2px solid rgb(0 0 0 / 30%); + border-bottom: 2px solid var(--link-color); text-decoration: none; cursor: pointer; }