Add margin to images

pull/1/head
David Benqué 4 years ago
parent 8715480362
commit 97ec1df7ad

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

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

Loading…
Cancel
Save