Add margin to images

This commit is contained in:
David Benqué 2020-11-19 21:00:55 +00:00
parent 8715480362
commit 97ec1df7ad
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ body {
float: left;
}
max-width: 100%;
margin-top: 20px;
}
.cp-page-title {
h1 {

View File

@ -8,6 +8,7 @@
img {
max-width: 40%;
padding: 10px;
margin-top: 0px;
}
}