1
0
Fork 0

Add images to checklist

master
Emil Miler 2 years ago
parent b790fd1596
commit 76be8f60bf

@ -83,7 +83,7 @@
</div>
<div class="checklist">
<div class="card" data-tilt>
<img src="static/img/pedf-logo-white.svg" alt="">
<img src="/static/img/checklist-1.jpg" alt="Checklist 1">
<div class="title">
Náhradní rodinná péče
</div>
@ -98,7 +98,7 @@
</a>
</div>
<div class="card" data-tilt>
<img src="static/img/pedf-logo-white.svg" alt="">
<img src="/static/img/checklist-2.jpg" alt="Checklist 2">
<div class="title">
Život ohrožující situace
</div>
@ -113,7 +113,7 @@
</a>
</div>
<div class="card" data-tilt>
<img src="static/img/pedf-logo-white.svg" alt="">
<img src="/static/img/checklist-3.jpg" alt="Checklist 3">
<div class="title">
Alarmující chování
</div>

@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB

Loading…
Cancel
Save