mirror of https://github.com/xwiki-labs/cryptpad
Add margin to images
This commit is contained in:
parent
8715480362
commit
97ec1df7ad
|
@ -62,6 +62,7 @@ body {
|
|||
float: left;
|
||||
}
|
||||
max-width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.cp-page-title {
|
||||
h1 {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
img {
|
||||
max-width: 40%;
|
||||
padding: 10px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue