mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user