💄 Minor style improvments

This commit is contained in:
Alicia Sykes
2021-08-22 19:20:05 +01:00
parent 31da34386a
commit be7369f206
3 changed files with 50 additions and 1 deletions

View File

@@ -75,6 +75,10 @@ div.css-editor-outer {
display: flex;
flex-direction: column;
div.css-wrapper {
display: flex;
flex-direction: column;
}
h2.css-input-title {
margin: 0.5rem 0 0.2rem;
}