diff --git a/index.html b/index.html index 46a838d..f5a7e44 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,7 @@
- + Checklist 1
Náhradní rodinná péče
@@ -98,7 +98,7 @@
- + Checklist 2
Život ohrožující situace
@@ -113,7 +113,7 @@
- + Checklist 3
Alarmující chování
diff --git a/sass/style.scss b/sass/style.scss index a02d43e..e5c1718 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -331,14 +331,15 @@ body.noscroll { flex-shrink: 0; width: 15em; border: .15em solid $col-accent; - border-radius: 1em; - padding: 2em; + border-radius: 1.5rem; + padding: 1.5em; background-color: $col-bg; text-align: left; user-select: none; img { width: 100%; + border-radius: 1rem; } &>.title { diff --git a/static/img/checklist-1.jpg b/static/img/checklist-1.jpg new file mode 100644 index 0000000..288483e Binary files /dev/null and b/static/img/checklist-1.jpg differ diff --git a/static/img/checklist-2.jpg b/static/img/checklist-2.jpg new file mode 100644 index 0000000..183a745 Binary files /dev/null and b/static/img/checklist-2.jpg differ diff --git a/static/img/checklist-3.jpg b/static/img/checklist-3.jpg new file mode 100644 index 0000000..926411f Binary files /dev/null and b/static/img/checklist-3.jpg differ