v0.8.3 - Added uploade images function
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -26,3 +26,7 @@ input::placeholder {
|
||||
background-color: #666666;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.ql-align-center > strong {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user