Skip to content

Commit

Permalink
fixed blog item page ui issues (#998)
Browse files Browse the repository at this point in the history
Co-authored-by: Taron Chatoyan <chatoyan48@gmailc.com>
  • Loading branch information
t-chatoyan and Taron Chatoyan authored Mar 6, 2024
1 parent 4d86c75 commit 860d80e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/blogs/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,16 @@
row-gap: 0px;
}
.bd-title {
margin-top: calc($spacer * 4.5);
}
.bd-content{
max-width: 100%;
img {
border: $block-border;
}
img:first-child {
width: 100%;
}
&::after {
content: "";
position: absolute;
Expand Down

0 comments on commit 860d80e

Please sign in to comment.