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-family: testFont;
src: url(CoveredByYourGrace-Regular.ttf);
src: url("CoveredByYourGrace-Regular.ttf");
}
body {

View File

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

View File

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

View File

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