Add screenshots to What is CryptPad

This commit is contained in:
Pierre Bondoerffer
2017-08-02 15:53:04 +02:00
parent b3f3f1dabb
commit d6679e8ef3
6 changed files with 34 additions and 7 deletions

View File

@@ -18,10 +18,10 @@
}
border: 0;
padding: 0;
margin: 0;
padding: 0;
margin: 0;
font-size: 14px;
font-size: 14px;
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
.cp-container {
@@ -33,6 +33,20 @@
font-size: 3em;
margin-bottom: 0.5em;
}
h2 {
font-size: 2em;
margin-top: 1em;
margin-bottom: 0.5em;
}
img {
&.left {
float: left;
}
max-width: 100%;
}
.form-group {
& > * {
margin-top: 0.5em;

View File

@@ -3,3 +3,7 @@
.infopages_main();
.infopages_topbar();
img#zeroknowledge {
width: 100%;
}