Skip to content

Commit

Permalink
fix: border style
Browse files Browse the repository at this point in the history
  • Loading branch information
chrcit committed Sep 9, 2024
1 parent c855dd6 commit 32444c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/momentum-venn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/pages/venn-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ export const VennPage = ({
return (
<div
className={clsx(
"w-[1000px] xxl:w-[1200px] max-w-full flex flex-col twp text-base",
embed && "md:border-l border-solid border-black"
"w-[1000px] xxl:w-[1200px] max-w-full mx-auto flex flex-col twp text-base",
embed && "md:border-l border-l-solid border-black"
)}
>
<div className="px-3 md:px-5 lg:px-10 lg:sticky lg:z-50 shadow-sm bg-lightBeige lg:top-0 xl:px-14 xxl:px-16 py-5 border-b lg:border-r border-solid border-black flex sm:flex-row flex-col lg:gap-10 justify-between items-start gap-4">
<div className="px-3 md:px-5 lg:px-10 lg:sticky lg:z-50 shadow-sm bg-lightBeige lg:top-0 xl:px-14 xxl:px-16 py-5 border-b lg:border-r border-b-solid lg:border-r-solid border-black flex sm:flex-row flex-col lg:gap-10 justify-between items-start gap-4">
<div className="flex flex-col w-full sm:w-fit">
<span className="font-semibold text-sm border border-black border-b-0 border-solid md:text-base px-3 py-1">
Anzeige-Modus ({combinations.length}):
Expand Down

0 comments on commit 32444c3

Please sign in to comment.