Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedexter committed May 19, 2020
1 parent 2a1a11a commit 36c94b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/containers/Documentation.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<b-container class="content">
<h1>Documentation</h1>
<div class="border-mip"></div>

<b-card-group deck>
<b-card
v-for="category in documentcategories"
Expand All @@ -14,7 +12,6 @@
style="max-width: 20rem;"
class="mb-2"
>

<b-list-group flush>
<b-list-group-item
v-for="document in category.documents"
Expand Down Expand Up @@ -124,6 +121,7 @@ export default {
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
Expand Down

0 comments on commit 36c94b1

Please sign in to comment.