diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css index bbb40c9..9b87baa 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -295,6 +295,11 @@ h2.group-title a.view-solutions { /***** responsiveness *****/ /* md & ld */ @media (min-width: 992px) { + /* experiment: Prolog hints */ + .teacher-help { + position: fixed; bottom: 0; left: 0; max-width: 30%; + } + /* end of experiment: Prolog hints */ /* BEGIN layouts */ /*~~ line-layout ~~*/ |