mirror of https://gitlab.com/m3f_usm/cms-sveltekit
Modifica alineamiento de texto, pie de pagina
parent
d69c88eaab
commit
b9c527e3c8
|
@ -1,5 +1,5 @@
|
||||||
<h1 class="display-1 my-5">TRANSFORMACIÓN DIGITAL DEL TRANSPORTE EN GRAN CONCEPCIÓN</h1>
|
<!--<h1 class="display-1 my-5">TRANSFORMACIÓN DIGITAL DEL TRANSPORTE EN GRAN CONCEPCIÓN</h1>-->
|
||||||
|
<h2> TRANSFORMACIÓN DIGITAL DEL TRANSPORTE EN GRAN CONCEPCIÓN</h2>
|
||||||
<p class="text-center py-5">
|
<p class="text-center py-5">
|
||||||
Iniciativa financiada por el Gobierno Regional del Biobío a través del Fondo de Innovación para la Competitividad
|
Iniciativa financiada por el Gobierno Regional del Biobío a través del Fondo de Innovación para la Competitividad
|
||||||
(FIC-R) y ejecutada por la Universidad Técnica Federico Santa María.
|
(FIC-R) y ejecutada por la Universidad Técnica Federico Santa María.
|
||||||
|
@ -77,10 +77,10 @@
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
h1 {
|
h1, h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
h1, h3 {
|
h1,h2, h3 {
|
||||||
color: #001b3b;
|
color: #001b3b;
|
||||||
text-rendering: geometricPrecision;
|
text-rendering: geometricPrecision;
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
|
@ -92,11 +92,12 @@
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
text-align: left;
|
text-align: justify;
|
||||||
|
hyphens: auto;
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, li {
|
p, li {
|
||||||
font-size: 1.2rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<div class="footer2">
|
<div class="footer2">
|
||||||
<div class="container text-light py-2">
|
<div class="container text-light py-2">
|
||||||
<p>© EMPRESA S.A. - Concepción - Región del Biobío - Chile.</p>
|
<p>Transformación Digital del Transporte 2024.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -24,7 +24,7 @@ async function getToken() {
|
||||||
|
|
||||||
const { token } = await res.json()
|
const { token } = await res.json()
|
||||||
|
|
||||||
// console.log({ token })
|
// console.log({ base })
|
||||||
return token;
|
return token;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('token',{ error })
|
console.log('token',{ error })
|
||||||
|
|
|
@ -125,7 +125,8 @@
|
||||||
>
|
>
|
||||||
<div>{linea.Linea}</div>
|
<div>{linea.Linea}</div>
|
||||||
{#if linea.Llegadas[0]?.EstimadaGPS}
|
{#if linea.Llegadas[0]?.EstimadaGPS}
|
||||||
{formatTimeMinutes(linea.Llegadas[0])}
|
<!-- {formatTimeMinutes(linea.Llegadas[0])} -->
|
||||||
|
{linea.Llegadas[0].textoLlegada}
|
||||||
({linea.Llegadas[0].patente})
|
({linea.Llegadas[0].patente})
|
||||||
{:else}
|
{:else}
|
||||||
Sin información
|
Sin información
|
||||||
|
|
Loading…
Reference in New Issue