diff --git a/css/stylesheet.scss b/css/stylesheet.scss index adb59b9..bde9b38 100644 --- a/css/stylesheet.scss +++ b/css/stylesheet.scss @@ -60,18 +60,28 @@ $data-fonts: ({%- for font in site.data.fonts.fonts -%}{{ font.class }}: {{- fon padding: 0; margin: 0; .video-item { - min-width: 240px; + min-width: 320px; max-width: 100%; flex-shrink: 2; flex-basis: 30%; flex-grow: 1; + @include media-query(mobile) { + min-width: 100%; + } video { width: 100%; height: auto; + display: block; } &.tighter { min-width: 120px; - flex-basis: 20%; + flex-basis: 30%; + @include media-query(mobile) { + flex-basis: 120px; + flex-grow: 1; + flex-shrink: 1; + min-width: 0; + } } p { text-align: center; @@ -84,3 +94,7 @@ $data-fonts: ({%- for font in site.data.fonts.fonts -%}{{ font.class }}: {{- fon h2 { margin-top: 0.4em !important; } + +.content > .wrapper > .authors > .box > .single:last-child { + +} diff --git a/index.markdown b/index.markdown index 94da138..4d386fe 100644 --- a/index.markdown +++ b/index.markdown @@ -69,14 +69,14 @@ links: Your browser does not support the video tag. -

SPARROWS performing single arm planning

+

SPARROWS performing single arm planning

-

SPARROWS performing two arm planning

+

SPARROWS performing two arm planning

@@ -149,21 +149,21 @@ On the other hand, MPOT and TRAJOPT both stop due to colliding with the environm Your browser does not support the video tag. -

10 obstacles

+

10 obstacles

-

20 obstacles

+

20 obstacles

-

40 obstacles

+

40 obstacles

@@ -188,13 +188,13 @@ SPARROWS' performance on a handful of these scenarios is demonstrated below.