does not render text on top of each other at bottom

This commit is contained in:
Alexander Bocken 2020-07-19 21:42:04 +00:00
parent b718f1cb7c
commit b1438cb7c9

View File

@ -58,7 +58,7 @@
{ {
"__type__": "NoteModel", "__type__": "NoteModel",
"crowdanki_uuid": "868688d2-a7fe-11ea-8360-9cb6d013a4a3", "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": [ "flds": [
{ {
"font": "Linux Biolinum", "font": "Linux Biolinum",