style: add min-height to layout elements for improved design
Some checks failed
Deploy to GitHub Pages / Build Docusaurus (push) Has been cancelled
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
Sergey Shorokhov 2025-01-03 15:41:38 +03:00
parent 30f710960a
commit 289f583a0a

View File

@ -9,6 +9,7 @@
justify-content: center;
padding: 2vw;
gap: 1rem;
min-height: 310px;
}
.shortDesc {
@ -88,6 +89,7 @@
.repoList {
padding: 1vw;
min-height: 600px;
}
}