Skip to content

Commit

Permalink
Update containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
sustained committed Jul 14, 2019
1 parent ffba029 commit 1f8ab1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/views/ViewCourse.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="avoid-fixed-nav">
<div class="container">
<div v-if="state === 'loaded'">
<h2>View Course &ndash; {{ course.title }}</h2>
<h3>Levels</h3>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/views/ViewLevel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="isLoaded" class="avoid-fixed-nav">
<div v-if="isLoaded" class="container">
<h2>View Level</h2>

<ul>
Expand Down

0 comments on commit 1f8ab1f

Please sign in to comment.