From 3746f8d02f3d03c5637f5d14d525abf4c81f8df6 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 23 Dec 2024 11:07:25 +0100 Subject: [PATCH] article: add notes to pull system article --- pull-system.css | 3 +-- src/modules/pull-system/article/FlowIntro.vue | 1 + .../article/FlowMultipleSimulation.vue | 11 +++++++++++ .../article/FlowSingleSimulation.vue | 17 ++++++++++++++--- .../pull-system/feature/FlowControls.vue | 4 ++++ .../simulation/SimulationControls.vue | 4 ++-- 6 files changed, 33 insertions(+), 7 deletions(-) diff --git a/pull-system.css b/pull-system.css index 548a580..10d2a40 100644 --- a/pull-system.css +++ b/pull-system.css @@ -78,7 +78,6 @@ input[type='submit'] { text-align: center; text-decoration: none; text-transform: uppercase; - margin: 1rem 0; } .button.button-outline, @@ -133,4 +132,4 @@ th:last-child { .sub { font-size: 12pt; -} +} \ No newline at end of file diff --git a/src/modules/pull-system/article/FlowIntro.vue b/src/modules/pull-system/article/FlowIntro.vue index 2bb0695..f3f41a4 100644 --- a/src/modules/pull-system/article/FlowIntro.vue +++ b/src/modules/pull-system/article/FlowIntro.vue @@ -9,5 +9,6 @@ consequences of different strategy patterns and which is the most effective.

+

Note: better experience on desktop.

diff --git a/src/modules/pull-system/article/FlowMultipleSimulation.vue b/src/modules/pull-system/article/FlowMultipleSimulation.vue index b6ea5ed..bb69e2e 100644 --- a/src/modules/pull-system/article/FlowMultipleSimulation.vue +++ b/src/modules/pull-system/article/FlowMultipleSimulation.vue @@ -1,9 +1,20 @@