Skip to content

Commit 530e54d

Browse files
committed
center and add border to images [DOCS-1]
1 parent b9d5b1a commit 530e54d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/_sass/components/_markdown.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@
126126
margin-bottom: 18px;
127127

128128
@include breakpoint(medium up) {
129-
margin-top: 24px;
130-
margin-bottom: 24px;
129+
border: 1px solid #ddd;
130+
display: block;
131+
margin: 24px auto;
132+
border-radius: 5px;;
131133
}
132134
}
133135

0 commit comments

Comments
 (0)