mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-19 07:27:20 -05:00
fix: issues on ultrawide monitors
This commit is contained in:
parent
653136c7ed
commit
a11d2e2f43
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user