Correct indentation of CSS

This commit is contained in:
Aaron Fenyes 2024-06-25 23:31:00 -07:00
parent 182b5bb9f6
commit 665cb30ce0

View File

@ -40,17 +40,17 @@ opentools(win)
# set stylesheet # set stylesheet
style!(win, """ style!(win, """
body { body {
background-color: #ffe0f0; background-color: #ffe0f0;
} }
/* needed to keep Ganja canvas from blowing up */ /* needed to keep Ganja canvas from blowing up */
canvas { canvas {
min-width: 600px; min-width: 600px;
max-width: 600px; max-width: 600px;
min-height: 600px; min-height: 600px;
max-height: 600px; max-height: 600px;
} }
""") """)
# load Ganja.js # load Ganja.js