mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-03-03 17:15:23 +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;
|
||||
padding: 2vw;
|
||||
gap: 1rem;
|
||||
min-height: 310px;
|
||||
}
|
||||
|
||||
.shortDesc {
|
||||
@ -88,6 +89,7 @@
|
||||
|
||||
.repoList {
|
||||
padding: 1vw;
|
||||
min-height: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user