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