Skip to content

Commit 769fa6b

Browse files
committed
Fix carousel image alignment (closes #4)
1 parent ec7d80a commit 769fa6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/xfce/layouts/shortcodes/slider.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
position:absolute;
5858
z-index:1;
5959
top:0;
60-
left:-100px;
60+
left:0;
6161
height:100%;
6262
width:100%;
6363
background-color:transparent;

0 commit comments

Comments
 (0)