Browse Source

styling

main
jk 3 years ago
parent
commit
cb9395b202
  1. 16
      public/editor-files/style.css

16
public/editor-files/style.css

@ -259,6 +259,22 @@ body, input {
font-size: 38px;
width: 100%;
}
#post-description {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
font-weight: bold;
font-size: 38px;
width: 100%;
}
#post-image {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
font-weight: bold;
font-size: 38px;
width: 100%;
}
#content {
min-height: 300px;

Loading…
Cancel
Save