does not render text on top of each other at bottom
This commit is contained in:
		@@ -58,7 +58,7 @@
 | 
			
		||||
        {
 | 
			
		||||
            "__type__": "NoteModel",
 | 
			
		||||
            "crowdanki_uuid": "868688d2-a7fe-11ea-8360-9cb6d013a4a3",
 | 
			
		||||
            "css": ".card {\n  font-family: helvetica;\n  font-size: 20px;\n  text-align: center;\n  color: black;\n  background-color: white;\n}\n\n\n#bottom-left {\n  position: fixed;\n  bottom: 20px;\n  left: 20px;\n}\n\n#bottom-right {\n  position: fixed;\n  bottom: 20px;\n  right: 20px;\n}\n\n#bottom-center {\n  position: fixed;\n  left: 50%;\n  bottom: 20px;\n  transform: translate(-50%,0);\n  margin: 0 auto;\n}",
 | 
			
		||||
            "css": ".card {\n  font-family: helvetica;\n  font-size: 20px;\n  text-align: center;\n  color: black;\n  background-color: white;\n}\n\n\n#bottom-left {\n  text-align:left;\n  position: fixed;\n  bottom: 20px;\n  left: 20px;\n  width: 25vw;\n}\n\n#bottom-right {\n  position: fixed;\n  bottom: 20px;\n  right: 20px;\n  width: 25vw;\n  text-align:right;\n}\n\n#bottom-center {\n  position: fixed;\n  left: 50%;\n  bottom: 20px;\n  transform: translate(-50%,0);\n  margin: 0 auto;\n  width:25vw;\n}",
 | 
			
		||||
            "flds": [
 | 
			
		||||
                {
 | 
			
		||||
                    "font": "Linux Biolinum",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user