diff --git a/vueHomilyLink/src/views/ChannelView.vue b/vueHomilyLink/src/views/ChannelView.vue index 10f8b49..12ec0ec 100644 --- a/vueHomilyLink/src/views/ChannelView.vue +++ b/vueHomilyLink/src/views/ChannelView.vue @@ -288,24 +288,28 @@ function unsubmit(channelId){ color: rgb(19, 18, 18); display: block; transition: 0.3s; + width: 250px; } .nav-item:hover { background-color: #407fdf; color: #f1f1f1; + width: 250px; } .nav-item.button-active { background-color: #407fdf; color: white; border-radius: 5%; + width: 250px; } .channel { - width: 46%; + width: 50%; margin-left: auto; margin-right: auto; + margin-top: 20px; } .channel-head { diff --git a/vueHomilyLink/src/views/HomeView.vue b/vueHomilyLink/src/views/HomeView.vue index b4ec13e..dbf99ac 100644 --- a/vueHomilyLink/src/views/HomeView.vue +++ b/vueHomilyLink/src/views/HomeView.vue @@ -1,11 +1,12 @@