Skip to content

Commit

Permalink
done1
Browse files Browse the repository at this point in the history
  • Loading branch information
ratul0vai committed Sep 17, 2023
1 parent 94ecc34 commit 8a33b78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ <h3 class="nav-title">Our Sponsors</h3>
</main>
<footer>
<p class="copyright">
All rights reserved copyright@2023 startup landing page design
<span class="copyright-text"
>All rights reserved copyright@2023 startup landing page design</span
>
</p>
</footer>
</body>
Expand Down
8 changes: 6 additions & 2 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ main {
}

.feature-img .img {
width: 100%;
margin-left: 0;
max-width: 100%;
margin-left: 0px;
}
.ten {
position: static;
Expand All @@ -212,6 +212,10 @@ main {
.teams-img {
grid-template-columns: 1fr;
}
.copyright {
margin: 0px;
padding: 50px 50px;
}
}
@media screen and (min-width: 576px) and (max-width: 967px) {
header {
Expand Down

0 comments on commit 8a33b78

Please sign in to comment.