Skip to content

Commit 790b1b5

Browse files
change the scaling for hte font and robot cards
1 parent 3b88ed6 commit 790b1b5

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

docs/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ We provide tooling to collect data in `LeRobotDataset` format using teleoperatio
107107

108108
**Why the name "CRISP"**? "CRISP" reflects our design philosophy behind the package: a concise, to-the-point implementation for easy deployment and integration in other software stacks.
109109

110-
## Test Robots
110+
## Robots Tested
111111

112-
113-
Tested in real hardware with:
112+
Our controllers have been tested in real hardware on the following robots:
114113
<div class="robot-grid">
115114
<div class="robot-card">
116115
<img src="media/fr3_visual.png" alt="FR3">
@@ -126,14 +125,14 @@ Tested in real hardware with:
126125
</div>
127126
</div>
128127

129-
Tested in simulation with:
128+
... and in simulation on:
130129
<div class="robot-grid">
131130
<div class="robot-card">
132131
<img src="media/iiwa14_visual.png" alt="IIWA">
133132
<div class="robot-name">IIWA14</div>
134133
</div>
135134
<div class="robot-card greyscale">
136-
<img src="media/kinova_visual.png" alt="Kinova">
135+
<img src="media/kinova_visual.png" alt="">
137136
<div class="robot-name">Kinova</div>
138137
</div>
139138
</div>

docs/stylesheets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
}
230230

231231
.carousel-caption {
232-
font-size: 0.85rem;
232+
font-size: 0.25rem;
233233
padding: 0.8rem 1rem;
234234
}
235235

@@ -265,7 +265,7 @@
265265
}
266266

267267
.robot-card:hover img {
268-
transform: scale(1.05);
268+
transform: scale(1.2);
269269
}
270270

271271
.robot-card.greyscale img {

0 commit comments

Comments
 (0)