Skip to content

Commit

Permalink
feat: change style
Browse files Browse the repository at this point in the history
  • Loading branch information
tranthien2106 committed Sep 4, 2024
1 parent 3334732 commit 5522dfb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ header {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}

.logo img {
Expand Down Expand Up @@ -83,7 +84,7 @@ main {
}

main.max-h-main-content{
max-height: calc(100vh - calc(var(--final-banner-outer-height) + var(--footer-height)));
min-height: calc(100vh - calc(var(--final-banner-outer-height) + var(--footer-height)));
}

main .main-content{
Expand Down Expand Up @@ -162,9 +163,6 @@ footer {
color: black;
text-align: center;
padding: 1rem;
position: absolute;
bottom: 0;
width: 100%;
}

.logos {
Expand Down

0 comments on commit 5522dfb

Please sign in to comment.