Skip to content

Commit bb7ea5a

Browse files
committed
Fix: small style updates to make images nicer
1 parent 2f5d716 commit bb7ea5a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_sass/minimal-mistakes/_pyos-main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
img {
2+
border-radius: 10px;
3+
-webkit-border-radius: 10px; /* Safari/Chrome */
4+
-moz-border-radius: 10px; /* Firefox */
5+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
6+
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Safari/Chrome */
7+
-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Firefox */
8+
}
9+
110
// Grid customized styles
211

312
.flowing .archive__item-excerpt, .archive__item-excerpt {

0 commit comments

Comments
 (0)