Skip to content

Commit fb6a891

Browse files
committed
Update visualization titles to use max-width style to adapt to mobile devices
Replaced the 'margin: 0px 200px;' style with 'max-width: 1000px' for visualization titles in multiple markdown files to improve layout consistency and responsiveness, adapting to mobile devices.
1 parent 327156b commit fb6a891

8 files changed

+8
-8
lines changed

en/viz/histograma-da-quantidade-de-bois-por-hectare-em-areas-de-pastagem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Histogram of the Number of Cattle per Hectare in Pasture Areas"
66
---
77
<br><br>
88
<!-- visualization title without quotes -->
9-
<h1 class="title-about" style="margin: 0px 200px;">Histogram of the Number of Cattle per Hectare in Pasture Areas</h1>
9+
<h1 class="title-about" style="max-width: 1000px">Histogram of the Number of Cattle per Hectare in Pasture Areas</h1>
1010
<br>
1111
<!-- chart instructions -->
1212
<p class="text-center">

en/viz/mapa-do-efetivo-pecuario-dos-municipios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Map of Municipal Livestock Herds"
66
---
77
<br><br>
88
<!-- chart title without quotes -->
9-
<h1 class="title-about" style="margin: 0px 200px;">Map of Municipal Livestock Herds</h1>
9+
<h1 class="title-about" style="max-width: 1000px">Map of Municipal Livestock Herds</h1>
1010
<br>
1111
<!-- chart instructions -->
1212
<p class="text-center">

en/viz/ranking-da-potencia-outorgada-dos-estados-da-amazonia-legal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Dynamic ranking of the states with the highest outorged power in t
66
---
77
<br><br>
88
<!-- visualization title without quotes -->
9-
<h1 class="title-about" style="margin: 0px 200px;">Ranking of Outorged Power of the States in the Legal Amazon</h1>
9+
<h1 class="title-about" style="max-width: 1000px">Ranking of Outorged Power of the States in the Legal Amazon</h1>
1010
<br>
1111
<!-- chart instructions -->
1212
<p class="text-center">

en/viz/series-temporais-da-geracao-distribuida.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Time Series of Distributed Generation"
55
description: "Interactive chart with distributed energy generation time series in the Legal Amazon and Brazil."
66
---
77
<br><br>
8-
<h1 class="title-about" style="margin: 0px 200px;">Time Series of Distributed Generation</h1>
8+
<h1 class="title-about" style="max-width: 1000px">Time Series of Distributed Generation</h1>
99
<br>
1010
<p class="text-center">
1111
In our interactive chart, you can change the variables, selecting information about distributed energy generation in the Legal Amazon and across the country.

en/viz/series-temporais-da-producao-consumo-e-consumidores-de-energia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Time Series of Energy Production, Consumption, and Consumers"
55
description: "Interactive chart with time series of energy production, consumption, and consumers in the Legal Amazon and Brazil."
66
---
77
<br><br>
8-
<h1 class="title-about" style="margin: 0px 200px;">Time Series of Energy Production, Consumption, and Consumers</h1>
8+
<h1 class="title-about" style="max-width: 1000px">Time Series of Energy Production, Consumption, and Consumers</h1>
99
<br>
1010
<p class="text-center">
1111
In our interactive chart, you can change the variables, selecting information about energy production, consumption, and consumers in the Legal Amazon and across Brazil.

en/viz/series-temporais-da-transicao-de-cobertura-de-terra-dos-estados.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Time Series of Land Cover Transition in States"
66
---
77
<br><br>
88
<!-- visualization title without quotes -->
9-
<h1 class="title-about" style="margin: 0px 200px;">Time Series of Land Cover Transition in States</h1>
9+
<h1 class="title-about" style="max-width: 1000px">Time Series of Land Cover Transition in States</h1>
1010
<br>
1111
<!-- instructions about the chart -->
1212
<p class="text-center">

en/viz/series-temporais-de-uso-e-cobertura-de-terra-dos-estados.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Time Series of Land Use and Cover Change by State"
66
---
77
<br><br>
88
<!-- visualization title without quotes -->
9-
<h1 class="title-about" style="margin: 0px 200px;">Time Series of Land Use and Cover Change by State</h1>
9+
<h1 class="title-about" style="max-width: 1000px">Time Series of Land Use and Cover Change by State</h1>
1010
<br>
1111
<!-- chart instructions -->
1212
<p class="text-center">

en/viz/series-temporais-dos-sistemas-isolados.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Time Series of Isolated Systems"
55
description: "Interactive chart with time series of isolated systems in the Legal Amazon and Brazil."
66
---
77
<br><br>
8-
<h1 class="title-about" style="margin: 0px 200px;">Time Series of Isolated Systems</h1>
8+
<h1 class="title-about" style="max-width: 1000px">Time Series of Isolated Systems</h1>
99
<br>
1010
<p class="text-center">
1111
In our interactive chart, you can change the variables, selecting various information about the Isolated Systems of the Legal Amazon.

0 commit comments

Comments
 (0)