Lots of fixes - see trello (#347)

* A ton of fixes

* Fix project deletion message
This commit is contained in:
Geometrically
2022-01-28 18:11:34 -07:00
committed by GitHub
parent 643cd87706
commit 86f37863a7
25 changed files with 1132 additions and 741 deletions

View File

@@ -48,6 +48,11 @@
flex-direction: row;
margin: 0 auto;
max-width: 80rem;
column-gap: 0.75rem;
&.alt-layout {
flex-direction: row-reverse;
}
}
.normal-page__sidebar {
@@ -55,7 +60,6 @@
}
.normal-page__content {
padding-left: 0.75rem;
width: 60rem;
}
}