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