Skip to content

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
midoalawieh authored Oct 16, 2023
1 parent aa39fbe commit 0c18215
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CSS/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ footer {
padding: 50px var(--side-padding);
display: flex;
gap: 20px;
max-width: 1800px;
position: relative;
left: 50%;
border: 1px solid red;
}
.play-now-desc p, .join-us-desc p {
line-height: 150%;
Expand Down Expand Up @@ -401,6 +401,12 @@ footer p, .footer-middle a {
footer {
margin-top: auto;
}
main {
margin-bottom: 120px;
}
.footer-container {
max-width: 1800px;
}
}
@media (max-width: 1397px) {
}
Expand Down Expand Up @@ -489,4 +495,4 @@ footer p, .footer-middle a {
gap: 20px;
align-items: center;
}
}
}

0 comments on commit 0c18215

Please sign in to comment.