move timbre style to .css file

This commit is contained in:
[poww10s]
2020-11-20 08:18:43 -05:00
parent b4befcedbf
commit 08cb1e0887
3 changed files with 16 additions and 26 deletions
+10
View File
@@ -0,0 +1,10 @@
.timbreStyle {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.lineBreak {
width: 100%;
}