Skip to content

Commit

Permalink
feat: update Nimbus marks and relevant CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Mar 21, 2024
1 parent fd1b644 commit 7798fc1
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 60 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-playground/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
'@acid-info/logos-docusaurus-preset',
/** @type {import('@acid-info/logos-docusaurus-preset').PluginOptions} */
({
businessUnit: 'Nomos',
businessUnit: 'Nimbus',
theme: {
name: 'default',
options: {
Expand Down
6 changes: 0 additions & 6 deletions packages/docusaurus-playground/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,6 @@ import * as challengesData from '/generated/challenges.json'
<ProfileCard
name="Ben"
imgSrc="https://statusim.bamboohr.com/employees/photos/?h=406fd339da77e69aeef5f357ece3ff3d"
githubUsername="ben"
githubLink="https://github.com/acid-info"
discordUsername="ben#0001"
discordLink="https://discord.gg/2NXGrsqmDq"
/>
</Grid.Item>
<Grid.Item>
Expand All @@ -429,8 +425,6 @@ import * as challengesData from '/generated/challenges.json'
imgSrc="https://statusim.bamboohr.com/employees/photos/?h=4d6fcc7c245ca327414ab4d282b509f2"
githubUsername="leo"
githubLink="https://github.com/acid-info"
discordUsername="leo#0001"
discordLink="https://discord.gg/2NXGrsqmDq"
/>
</Grid.Item>
</Grid>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
display: flex;
flex-direction: column;
align-items: center;
width: 936px;
margin: auto;

* {
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.mdx-profile-card__profile {
display: flex;
align-items: center;
gap: 24px;
}

Expand Down

0 comments on commit 7798fc1

Please sign in to comment.