observatoire
This commit is contained in:
parent
981d8fe556
commit
4136e3c254
@ -213,14 +213,15 @@ export function ObservatoryView() {
|
|||||||
const countriesMap = extractCountries(news);
|
const countriesMap = extractCountries(news);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col h-[calc(100vh-64px)] w-full bg-white">
|
<main className="w-full h-screen bg-white">
|
||||||
|
<div className="w-full h-full px-4 pt-12 pb-4 flex flex-col">
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<div className="bg-white border-b border-gray-100 py-3 px-6">
|
<div className="bg-white border-b border-gray-100 py-3 px-6">
|
||||||
<h1 className="text-xl font-bold text-gray-800">Observatoire de La Paix et du Vivre-Ensemble</h1>
|
<h1 className="text-xl font-bold text-gray-800">Observatoire de La Paix et du Vivre-Ensemble</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Main Content */}
|
{/* Main Content */}
|
||||||
<div className="grid grid-cols-2 gap-6 p-6 flex-1 overflow-auto bg-gray-50">
|
<div className="grid grid-cols-2 gap-6 py-6 px-6 flex-1 overflow-auto bg-gray-50">
|
||||||
{/* News Feed Section */}
|
{/* News Feed Section */}
|
||||||
<div className="h-full overflow-hidden">
|
<div className="h-full overflow-hidden">
|
||||||
<div className="bg-white rounded-lg shadow-sm border border-gray-100 h-full flex flex-col">
|
<div className="bg-white rounded-lg shadow-sm border border-gray-100 h-full flex flex-col">
|
||||||
@ -358,5 +359,6 @@ export function ObservatoryView() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user