Skip to content

Commit 064f119

Browse files
author
yaroslav8765
committed
fix: correct box alignment in documentation
1 parent 45a5b92 commit 064f119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/documentation/src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export default function Home(): JSX.Element {
212212
<div className="card-demo" key={`feature${index}`}>
213213
<div className="card shadow--md" style={{
214214
maxWidth: '500px',
215+
height: '100%'
215216
}}>
216217
<div className="card__image">
217218
<img

0 commit comments

Comments
 (0)