Skip to content

Commit

Permalink
Add margin to images
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenque committed Nov 19, 2020
1 parent 8715480 commit 97ec1df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions customize.dist/src/less2/include/infopages.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ body {
float: left;
}
max-width: 100%;
margin-top: 20px;
}
.cp-page-title {
h1 {
Expand Down
1 change: 1 addition & 0 deletions customize.dist/src/less2/pages/page-what-is-cryptpad.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
img {
max-width: 40%;
padding: 10px;
margin-top: 0px;
}
}

Expand Down

0 comments on commit 97ec1df

Please sign in to comment.