mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-09 21:24:44 +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-family: testFont;
|
||||
src: url(CoveredByYourGrace-Regular.ttf);
|
||||
src: url("CoveredByYourGrace-Regular.ttf");
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -86,7 +86,8 @@ input[type="text"]:focus {
|
||||
|
||||
.tag-container {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: testFont;
|
||||
src: url(CoveredByYourGrace-Regular.ttf);
|
||||
src: url("CoveredByYourGrace-Regular.ttf");
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: testFont;
|
||||
src: url(CoveredByYourGrace-Regular.ttf);
|
||||
src: url("CoveredByYourGrace-Regular.ttf");
|
||||
}
|
||||
|
||||
/* Color */
|
||||
|
Loading…
Reference in New Issue
Block a user