diff --git a/src/components/CareerPage/index.tsx b/src/components/CareerPage/index.tsx index 55b8c3be1..0e5955f0a 100644 --- a/src/components/CareerPage/index.tsx +++ b/src/components/CareerPage/index.tsx @@ -93,7 +93,7 @@ const CareerPage: React.FC = () => { }; return ( -
- {children} ++ + + {children} + + + “ + + + ” +- - -); }; -export default Popup; +export default Popup; \ No newline at end of file-
- - {name} - - - {job} - -+ ++
+ + {name} + + {job}diff --git a/src/components/TweetQuote/styles.module.css b/src/components/TweetQuote/styles.module.css deleted file mode 100644 index cd4b59eb5..000000000 --- a/src/components/TweetQuote/styles.module.css +++ /dev/null @@ -1,57 +0,0 @@ -.tweetQuote { - padding: 0; - margin: 3rem 1rem; - --ifm-link-color: var(--ifm-color-emphasis-900); - --ifm-link-hover-color: var(--ifm-color-emphasis-900); -} - -.tweetQuote blockquote { - font-weight: 200; - font-size: 1.2rem; - line-height: 1.4; - position: relative; - border: none; - margin-bottom: 0.6rem; - text-align: center; -} - -.tweetQuote :global(.avatar__subtitle) { - margin-top: 0; -} - -.tweetQuote blockquote::before, -.tweetQuote blockquote::after { - position: absolute; - color: #f1efe6; - font-size: 6rem; - width: 3rem; - height: 3rem; - font-family: cursive; - line-height: 1; -} - -.tweetQuote blockquote::before { - content: "“"; - left: -2.4rem; - top: -1.1rem; -} - -.tweetQuote blockquote::after { - content: "”"; - right: -1.6rem; - bottom: -1.1rem; -} - -[data-theme="dark"] .tweetQuote blockquote::before, -[data-theme="dark"] .tweetQuote blockquote::after { - color: #3b3b3b; -} - -.tweetQuote p { - display: inline; -} - -.tweetQuote .avatarImg { - width: 42px; - height: 42px; -} diff --git a/src/components/popup/popup.tsx b/src/components/popup/popup.tsx index 6dfb11c91..d7d265e12 100644 --- a/src/components/popup/popup.tsx +++ b/src/components/popup/popup.tsx @@ -11,4 +11,4 @@ const Popup = ({ status, message }) => {