Skip to content

Extend available space for the full name of employees on small portrait cards. #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/components/about/SmallPortraitCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import SocialMediaContacts from "./SocialMediaContacts";
import { useRef, useState } from "react";
import LargePortraitCard from "./LargePortraitCard";
import Avatar from "./Avatar";
import Link from "@docusaurus/Link";

const contentStyle = {
background: "white",
Expand Down
1 change: 0 additions & 1 deletion src/components/about/SubTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default function SubTeam({
<div className="col">
<PopupPortrait
person={person}

/>
</div>
</li>
Expand Down
4 changes: 3 additions & 1 deletion src/components/about/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
color: var(--ifm-color-primary-p2);
border-radius: 8px;
box-shadow: 0px 0px 8px 1px #c8c8c7;
padding: var(--ifm-spacing-lg) var(--ifm-spacing-md);
padding: var(--ifm-spacing-lg) var(--ifm-spacing-xs);
margin-bottom: var(--ifm-spacing-xl);
}

Expand All @@ -15,6 +15,7 @@
text-decoration: #0000EE underline;
}


.value_text p {
font-family: var(--ifm-font-family-roboto);
font-size: 14px;
Expand Down Expand Up @@ -50,6 +51,7 @@ div .row {
line-height: 24px;
letter-spacing: 0.15px;
margin: var(--ifm-spacing-xs) 0;
width: 100%
}

.small_card_position {
Expand Down