Merge branch 'main' of git.eplg.services:epilogue/eplg-cloud

This commit is contained in:
obvTiger 2025-04-03 17:50:25 +02:00
commit 9b4e9b73cc
2 changed files with 45 additions and 24 deletions

View file

@ -440,6 +440,25 @@ footer {
font-size: 0.875rem;
}
/*MiniPandi's Modifications Start*/
main {
min-height: 100vh;
}
main .hero {
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
}
main .hero .container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 25px;
}
/*MiniPandi's Modifications End*/
@media (max-width: 768px) {
.hero h1 {
font-size: 3rem;