mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-03-04 09:35:29 +03:00
style: add min-height to layout elements for improved design
This commit is contained in:
parent
30f710960a
commit
289f583a0a
@ -9,6 +9,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 2vw;
|
padding: 2vw;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
min-height: 310px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shortDesc {
|
.shortDesc {
|
||||||
@ -88,6 +89,7 @@
|
|||||||
|
|
||||||
.repoList {
|
.repoList {
|
||||||
padding: 1vw;
|
padding: 1vw;
|
||||||
|
min-height: 600px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user