fix: Social Buttons hiding patches button

This isn't the best solution, but it solves the problem for 99% of scenarios, the whole website is due a rewrite

Closes #107
This commit is contained in:
Ushie 2024-07-11 02:23:05 +03:00
parent 38c565ccbf
commit 49cde08f87
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632
2 changed files with 6 additions and 5 deletions

View File

@ -23,16 +23,12 @@
padding: 0 max(6.5%, calc(50vw - 50rem));
align-items: center;
user-select: none;
position: absolute;
display: flex;
bottom: 2rem;
gap: 1rem;
left: 0;
}
@media screen and (max-width: 767px) {
.social-host {
left: 0;
width: 100%;
display: flex;
flex-wrap: wrap;

View File

@ -129,13 +129,18 @@
<Wave />
<style>
main {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.wrap {
margin-inline: auto;
width: min(87%, 100rem);
margin-top: 7rem;
}
.wrappezoid {
height: calc(100vh - 120px);
height: calc(100vh - 225px);
display: flex;
flex-direction: row;
justify-content: center;