mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	fix some more css issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
		| @@ -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 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user