Skip to content

Commit

Permalink
Fix CSS naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Mar 28, 2024
1 parent 462e424 commit f92b7f6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/leo-rover/00-specification.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import Admonition from '@theme/Admonition';
width="500"
height="auto"
style={{
'aspect-ratio': '500/350',
'object-fit': 'cover',
'object-position': '50% 70%',
aspectRatio: '500/350',
objectFit: 'cover',
objectPosition: '50% 70%',
}}
/>
</center>
Expand Down Expand Up @@ -57,8 +57,8 @@ import Admonition from '@theme/Admonition';
width="600"
height="auto"
style={{
'aspect-ratio': '600/1008',
'object-fit': 'contain',
aspectRatio: '600/1008',
objectFit: 'contain',
}}
/>
</center>
Expand Down Expand Up @@ -177,8 +177,8 @@ WiFi 2.4 or 5 GHz on internal RPi antennas for connectivity
width='800px'
height='auto'
style={{
'aspect-ratio':'800/484',
'object-fit': 'contain',
aspectRatio:'800/484',
objectFit: 'contain',
}}
/>
</center>
Expand All @@ -195,8 +195,8 @@ WiFi 2.4 or 5 GHz on internal RPi antennas for connectivity
width='600'
height='auto'
style={{
'aspect-ratio':'600/420',
'object-fit': 'contain',
aspectRatio:'600/420',
objectFit: 'contain',
}}

/>
Expand Down Expand Up @@ -235,8 +235,8 @@ WiFi 2.4 or 5 GHz on internal RPi antennas for connectivity
width='800px'
height='auto'
style={{
'aspect-ratio':'800/575',
'object-fit': 'contain',
aspectRatio:'800/575',
objectFit: 'contain',
}}
/>
</center>
Expand All @@ -258,8 +258,8 @@ for connecting battery, Main Electronics Box and other possible addons.
width="400px"
height="auto"
style={{
'aspect-ratio': '400/244',
'object-fit': 'contain',
aspectRatio: '400/244',
objectFit: 'contain',
}}
/>
</center>
Expand Down Expand Up @@ -288,8 +288,8 @@ for connecting battery, Main Electronics Box and other possible addons.
width="800"
height="auto"
style={{
'aspect-ratio': '800/366',
'object-fit': 'contain',
aspectRatio: '800/366',
objectFit: 'contain',
}}
/>
</center>
Expand All @@ -309,8 +309,8 @@ for connecting battery, Main Electronics Box and other possible addons.
width="800"
height="auto"
style={{
'aspect-ratio': '800/353',
'object-fit': 'contain',
aspectRatio: '800/353',
objectFit: 'contain',
}}
/>
</center>
Expand Down

0 comments on commit f92b7f6

Please sign in to comment.