chore: improve background back btn, update dependencies

This commit is contained in:
David Ralph
2022-05-11 16:09:26 +01:00
parent c3df2d7b23
commit bd05aa5ee0
32 changed files with 167 additions and 122 deletions

View File

@@ -12,8 +12,8 @@
right: 0;
bottom: 0;
left: 0;
height: 80vh;
width: clamp(70vw,1200px,90vw);
height: 80vh;
width: clamp(70vw, 1200px, 90vw);
padding: 0;
overflow-x: hidden !important;
@@ -213,8 +213,6 @@ a.privacy {
}
}
.createButtons {
display: flex;
flex-flow: row;