fix some more css issues

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-21 17:31:12 -08:00
parent 9194dd5166
commit a12de4e058
4 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
@font-face { @font-face {
font-family: testFont; font-family: testFont;
src: url(CoveredByYourGrace-Regular.ttf); src: url("CoveredByYourGrace-Regular.ttf");
} }
body { body {

View File

@ -86,7 +86,8 @@ input[type="text"]:focus {
.tag-container { .tag-container {
display: flex; display: flex;
flex-flow: row wrap; flex-direction: row;
flex-wrap: wrap;
} }
.tag { .tag {

View File

@ -2,7 +2,7 @@
@font-face { @font-face {
font-family: testFont; font-family: testFont;
src: url(CoveredByYourGrace-Regular.ttf); src: url("CoveredByYourGrace-Regular.ttf");
} }
body { body {

View File

@ -2,7 +2,7 @@
@font-face { @font-face {
font-family: testFont; font-family: testFont;
src: url(CoveredByYourGrace-Regular.ttf); src: url("CoveredByYourGrace-Regular.ttf");
} }
/* Color */ /* Color */