Skip to content

Commit 91dbc20

Browse files
committed
Set border-radius to all of img tags
1 parent d4f1d0e commit 91dbc20

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105

106106
.kata{
107107
position: relative;
108-
img {
109-
width: 100%;
110-
height: auto;
111-
border-radius: 10px;
112-
}
113108
a.button {
114109
position: absolute;
115110
top: 40%;
@@ -141,8 +136,10 @@ div #README{
141136
margin-top: -75px;
142137
}
143138

144-
img{
145-
width:100%;
139+
img {
140+
width: 100%;
141+
height: auto;
142+
border-radius: 10px;
146143
}
147144
a > img {
148145
width: 100%;

0 commit comments

Comments
 (0)