Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css/layout1.sass
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ img
padding: 20px 20px 0
background: white
position: relative
transition: all ease 0.3s

.post-1
transform: translate(100px, 20px)
Expand Down
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,8 @@ img {
border: 1px solid #e1e1e1;
padding: 20px 20px 0;
background: white;
position: relative; }
position: relative;
transition: all ease 0.3s; }
.blog-posts .post-1 {
transform: translate(100px, 20px); }
.blog-posts .post-2 {
Expand Down