fix: issues on ultrawide monitors

This commit is contained in:
Ash Monty 2022-09-09 01:40:49 +02:00
parent 653136c7ed
commit a11d2e2f43
No known key found for this signature in database
GPG Key ID: 740B7C88251D49B6
2 changed files with 8 additions and 1 deletions

View File

@ -443,6 +443,7 @@ section.team {
section.team-helpers {
position: relative;
margin-top: 160px;
overflow: hidden;
}
section.team-helpers .text {
max-width: 504px;
@ -1003,3 +1004,9 @@ section.update-signup div.circle {
}
}
@media screen and (min-width: 2256px) {
.purple-circle {
display: none;
}
}

View File

@ -2,7 +2,7 @@ footer {
width: 100%;
display: grid;
grid-template-columns: repeat(3, fit-content(100%)) 1fr;
gap: 7.7vw;
gap: min(48px, 7.7vw);
color: var(--text-shade-1);
margin-top: 120px;
position: relative;