style the user guide page

This commit is contained in:
Ezra 2021-05-20 20:20:42 -05:00
parent ff4a2335b4
commit 8176b6ec2b
2 changed files with 14 additions and 1 deletions

View File

@ -9,4 +9,6 @@
@import "components/help";
@import "components/footer";
@import "components/footer";
@import "components/user-guide"

View File

@ -0,0 +1,11 @@
.help-video
{
max-width: 90%;
height: auto;
max-height: 75%;
text-align:center;
}
.help-img {
border: 2px solid grey;
}