Skip to content

Commit 5aa3b72

Browse files
committed
feat: add img-circle
1 parent 8f8a614 commit 5aa3b72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scss/_images.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.img-avatar,
2+
.img-circle {
3+
max-width: 100%;
4+
height: auto;
5+
border-radius: 50em;
6+
}

0 commit comments

Comments
 (0)