Skip to content

Commit ed6ce20

Browse files
committed
Added rounded corners to image
1 parent 028c555 commit ed6ce20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/style.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,4 +1647,13 @@ p {
16471647
.text {
16481648
margin-bottom: 20px;
16491649
}
1650+
figure.image {
1651+
width: 100%;
1652+
padding-top: 0;
1653+
flex-grow: 1;
1654+
background-size: cover;
1655+
background-position: center;
1656+
border-radius: 10px;
1657+
overflow: hidden;
1658+
}
16501659
}

0 commit comments

Comments
 (0)