Skip to content

Commit 5712e14

Browse files
author
Cosmin
committed
#105 - centering images in the parallax widget
1 parent 6ba565d commit 5712e14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2834,9 +2834,14 @@ iframe {
28342834
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
28352835
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
28362836
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
2837+
margin-bottom: 10px;
28372838
}
28382839

2839-
/*!---------- 20. PORTOFLIO ----------*/
2840+
.cast-shadow.img-responsive {
2841+
margin: 10px auto;
2842+
}
2843+
2844+
/*!---------- 20. PORTFOLIO ----------*/
28402845

28412846
.project {
28422847
transition: all 0.3s ease;

0 commit comments

Comments
 (0)