Skip to content

Commit

Permalink
Merge 2e4b1a6 into 336413e
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainnaqvee committed Apr 28, 2024
2 parents 336413e + 2e4b1a6 commit a64816b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions documentation-website/src/components/sponsor.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
.sponsor {
display: grid;
grid-template-columns: 1fr;

img {
place-self: center;
}

h2 {
text-align: left;
}
justify-items: center;
align-items: center;
row-gap: 1ch;
}
2 changes: 1 addition & 1 deletion documentation-website/src/components/sponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, {
ReactNode,
} from 'react';
import languageKey from '../locales/language-key.ts';

import './sponsor.scss';
interface SponsorProps {
img: ReactNode;
lnkey: string;
Expand Down

0 comments on commit a64816b

Please sign in to comment.