From 8504518c3ac5fe925cf84ed63e1d02042513496e Mon Sep 17 00:00:00 2001 From: "vladimir.ferko" Date: Sat, 13 Apr 2024 11:51:27 +0200 Subject: [PATCH] tutorial added --- annotation_app/static/stylesheets/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/annotation_app/static/stylesheets/styles.css b/annotation_app/static/stylesheets/styles.css index 8c9e2ed..0260c9c 100644 --- a/annotation_app/static/stylesheets/styles.css +++ b/annotation_app/static/stylesheets/styles.css @@ -76,5 +76,6 @@ h3{ } .anot-nav { - top: 28vh; + top: 25%; + display: block; } \ No newline at end of file