diff --git a/app/styles/app.scss b/app/styles/app.scss index a2eaf59..793ba03 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -9,4 +9,6 @@ @import "components/help"; -@import "components/footer"; \ No newline at end of file +@import "components/footer"; + +@import "components/user-guide" \ No newline at end of file diff --git a/app/styles/components/user-guide.scss b/app/styles/components/user-guide.scss new file mode 100644 index 0000000..3af2ac3 --- /dev/null +++ b/app/styles/components/user-guide.scss @@ -0,0 +1,11 @@ +.help-video +{ + max-width: 90%; + height: auto; + max-height: 75%; + text-align:center; +} + +.help-img { + border: 2px solid grey; +} \ No newline at end of file