Skip to content
Snippets Groups Projects
Commit 5c740e28 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

GremiumPanel: Tweaked styling

parent 149004f5
No related branches found
No related tags found
No related merge requests found
......@@ -43,15 +43,17 @@ const GremiumPanel = (props: {definition: GremiumPanelDefinition}) => {
<PanelContent>
<div className={"flex flex-row"}>
<div className={"flex-1"}>
<p>{gremium.description}</p>
<p className={"text-sm text-gray-400"}>
<Clock size={20} className={"inline mb-1.5 mr-1"}/>
{gremium.time}
</p>
<p className={"text-sm text-gray-400"}>
<MapPin size={20} className={"inline mb-1.5 mr-1"}/>
{gremium.location}
</p>
<h2 className={"text-xl font-semibold mt-2"}>{gremium.description}</h2>
<div className={"flex flex-row gap-4"}>
<p className={"text-sm text-gray-400"}>
<Clock size={20} className={"inline mb-1.5 mr-1"}/>
{gremium.time}
</p>
<p className={"text-sm text-gray-400"}>
<MapPin size={20} className={"inline mb-1.5 mr-1"}/>
{gremium.location}
</p>
</div>
</div>
<div className={""}>
<QRCode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment