mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-12 22:16:16 +00:00
fix some more css issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
9194dd5166
commit
a12de4e058
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user