Skip to content

Commit 8dd54bb

Browse files
Display NTs image on natural transformations app
1 parent 55aba7e commit 8dd54bb

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

apps/functors-models-natural-transformations/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<link rel="stylesheet" href="../../common.css" />
88
</head>
99
<body>
10+
<img
11+
src="../../pics/other/NTs_between_models_extract.webp"
12+
alt="Natural transformations"
13+
class="top-right-image"
14+
/>
1015
<div id="root"></div>
1116
<p><a href="../../index.html">Back to app index</a></p>
1217
<script type="module" src="./src/index.jsx"></script>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
.app-container {
22
padding: 1rem;
33
}
4+
5+
.top-right-image {
6+
position: fixed;
7+
top: 0;
8+
right: 0;
9+
width: 200px;
10+
z-index: 10;
11+
}

0 commit comments

Comments
 (0)