Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
d366232f1d |
2 changed files with 23 additions and 44 deletions
|
@ -9,7 +9,6 @@
|
|||
<body>
|
||||
<div class="grid-background"></div>
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<div class="container">
|
||||
<nav>
|
||||
|
@ -34,7 +33,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<section class="features" id="features">
|
||||
<div class="container">
|
||||
|
|
19
style.css
19
style.css
|
@ -440,25 +440,6 @@ 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue