Skip to content

Commit e76377f

Browse files
authored
Hide evaluations on mobile
1 parent 4e6f11f commit e76377f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
color: var(--pl-text);
2626
max-width: 700px;
2727
margin: 1.5em 0;
28+
overflow-x: hidden;
29+
}
30+
31+
@media (max-width: 480px) {
32+
.pl-block .pl-anno { display: none; }
2833
}
2934

3035
.pl-block div {
@@ -145,7 +150,7 @@
145150
})();
146151
</script>
147152

148-
That's a ladder rung. Condition on the `Rung`, instruction in the body. It reads like the diagram, runs as a deterministic scan cycle, tests with pytest, and compiles to real hardware.
153+
That's ladder logic. Condition on the `Rung`, instruction in the body. It reads like the diagram, runs as a deterministic scan cycle, tests with pytest, and compiles to real hardware.
149154

150155
Ladder logic dominates North American discrete manufacturing, but the tooling hasn't kept up. No version control, no automated testing, no way to simulate without hardware. The Structured Text crowd has options. The ladder crowd doesn't.
151156

0 commit comments

Comments
 (0)