New error page, add legal pages, responsiveness for home page

This commit is contained in:
Jai A
2020-11-02 22:04:40 -07:00
parent b7de47b6fb
commit 4b0b8d4de2
11 changed files with 587 additions and 119 deletions

View File

@@ -32,7 +32,11 @@ export default {
</script>
<style scoped>
[data-ea-type='text'] {
min-height: 70px;
}
[data-ea-type='image'] {
margin: auto 10px;
min-height: 260px;
}
</style>

View File

@@ -243,7 +243,7 @@ export default {
.mod-info {
top: 1rem;
height: calc(100vh - 3rem);
max-height: calc(100vh - 3rem);
position: sticky;
min-width: 270px;
max-width: 270px;