gdritter repos frony-ritter-designs / 82c819e
make prompts actually float Getty Ritter 3 years ago
1 changed file(s) with 10 addition(s) and 0 deletion(s). Collapse all Expand all
298298 label ~ div {
299299 padding-left: 2em;
300300 }
301
302 .wk-prompt {
303 background-color: #fff;
304 padding: 2em;
305 border: 1px solid black;
306 position: fixed;
307 top: 50%;
308 left: 50%;
309 transform: translate(-50%, -50%);
310 }