Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
eralpkaraduman authored Jan 10, 2019
1 parent 25f1743 commit e09d402
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion media/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,16 @@ Custom styles
padding: 45px;
}

.footer {
border-top-color: rgb(234, 236, 239);
border-top-style: solid;
border-top-width: 1px;
margin-top: 40px;
padding-top: 10px;
}

@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
}

0 comments on commit e09d402

Please sign in to comment.