v0.8.3 - Added uploade images function

This commit is contained in:
2020-08-12 12:28:05 +02:00
parent 9c26526740
commit e080b69d98
14 changed files with 83 additions and 21 deletions
+8
View File
@@ -7,6 +7,14 @@ main {
padding: 0 1.25rem 0 1.25rem;
}
.ql-align-center > strong {
color: rgb(0, 120, 138);
}
.ql-align-center {
margin: 0.25rem 0rem;
}
// Mobile
@media only screen
and (max-width : 900px)
+4
View File
@@ -26,3 +26,7 @@ input::placeholder {
background-color: #666666;
color: white;
}
.ql-align-center > strong {
color: #ffffff;
}