fix: list style on mobile
parent
306f286c35
commit
153034a560
|
@ -1,7 +1,7 @@
|
||||||
import { Resistant } from "../Resistant";
|
|
||||||
import { useNavigate } from "react-router";
|
import { useNavigate } from "react-router";
|
||||||
import { Separator } from "../components/Separator";
|
import { Resistant } from "../../../Resistant";
|
||||||
import { getResistantPhotoUrl } from "../getResistantPhotoUrl";
|
import { getResistantPhotoUrl } from "../../../getResistantPhotoUrl";
|
||||||
|
import { Separator } from "../../../components/Separator";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
resistant: Resistant;
|
resistant: Resistant;
|
||||||
|
@ -46,9 +46,8 @@ export const ResistantRow = ({ resistant }: Props) => {
|
||||||
</div>
|
</div>
|
||||||
<div className="col sqs-col-8 span-8">
|
<div className="col sqs-col-8 span-8">
|
||||||
<div
|
<div
|
||||||
className="sqs-block code-block sqs-block-code"
|
className="sqs-block html-block sqs-block-html"
|
||||||
data-block-type="23"
|
data-block-type="2"
|
||||||
id="block-yui_3_17_2_1_1666274786250_108799"
|
|
||||||
>
|
>
|
||||||
<div className="sqs-block-content">
|
<div className="sqs-block-content">
|
||||||
<p id="ramin-marjorie">
|
<p id="ramin-marjorie">
|
||||||
|
@ -56,14 +55,7 @@ export const ResistantRow = ({ resistant }: Props) => {
|
||||||
{resistant.noms}, parents de {resistant.enfants}
|
{resistant.noms}, parents de {resistant.enfants}
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
className="sqs-block html-block sqs-block-html"
|
|
||||||
data-block-type="2"
|
|
||||||
id="block-yui_3_17_2_1_1602775217144_4986"
|
|
||||||
>
|
|
||||||
<div className="sqs-block-content">
|
|
||||||
<p className="" style={{ whiteSpace: "pre-wrap" }}>
|
<p className="" style={{ whiteSpace: "pre-wrap" }}>
|
||||||
<strong>
|
<strong>
|
||||||
({resistant.departement}, Académie de {resistant.academie}
|
({resistant.departement}, Académie de {resistant.academie}
|
||||||
|
@ -71,14 +63,7 @@ export const ResistantRow = ({ resistant }: Props) => {
|
||||||
</strong>
|
</strong>
|
||||||
<em>{resistant.mention}</em>
|
<em>{resistant.mention}</em>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
className="sqs-block html-block sqs-block-html"
|
|
||||||
data-block-type="2"
|
|
||||||
id="block-yui_3_17_2_1_1663343055963_122180"
|
|
||||||
>
|
|
||||||
<div className="sqs-block-content">
|
|
||||||
<p className="" style={{ whiteSpace: "pre-wrap" }}>
|
<p className="" style={{ whiteSpace: "pre-wrap" }}>
|
||||||
<a href={resistant.lien_declaration} target="_blank">
|
<a href={resistant.lien_declaration} target="_blank">
|
||||||
Notre déclaration de désobéissance civile
|
Notre déclaration de désobéissance civile
|
Loading…
Reference in New Issue