Skip to content

Commit

Permalink
holy moly another style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Feb 15, 2024
1 parent 443a989 commit 7dd580e
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/views/DraftEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@
</script>

<style lang="scss">
#editor-main {
display: grid;
grid-template-columns: auto 200px;
grid-template-rows: 1fr;
padding: 40px 4rem 0rem;
}
#editor-temp {
display: flex;
Expand All @@ -88,7 +83,20 @@
margin: 0px auto;
flex-grow: 1;
flex-basis: auto;
main {
padding-top: 40px;
}
}
#editor-main {
display: grid;
grid-template-columns: auto 200px;
grid-template-rows: 1fr;
padding-left: 4rem;
padding-right: 4rem;
}
aside {
width: 200px;
min-height: 200px;
Expand Down

0 comments on commit 7dd580e

Please sign in to comment.