Skip to content

Commit

Permalink
adjust margin
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI committed May 14, 2024
1 parent 5018d48 commit c5c21f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/components/SupportedFrameworks.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
justify-content: center;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 1rem;
}

.col {
Expand All @@ -24,7 +25,7 @@

.featureImg {
width: auto;
height: 100px;
height: 150px;
margin: 0 15px;
object-fit: contain;
}
Expand Down
10 changes: 5 additions & 5 deletions src/components/SupportedFrameworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,16 @@ const databasesFrameworks: FrameworkItem[] = [
image: '/img/website/frameworks/sqlite.svg',
link: 'https://github.com/XpressAI/xai-sqlite',
},
{
title: 'Flask',
image: '/img/website/frameworks/flask.svg',
link: 'https://github.com/XpressAI/xai-flask',
},
{
title: 'MongoDB',
image: '/img/website/frameworks/mongodb.svg',
link: 'https://github.com/XpressAI/xai-mongoDB',
},
{
title: 'Flask',
image: '/img/website/frameworks/flask.svg',
link: 'https://github.com/XpressAI/xai-flask',
},
];

const cloudServicesFrameworks: FrameworkItem[] = [
Expand Down

0 comments on commit c5c21f9

Please sign in to comment.