Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Luke Barnard
a79e05d34e Slightly modify HomePage SCSS 2017-02-14 15:33:08 +00:00

View file

@ -16,14 +16,11 @@ limitations under the License.
*/ */
.mx_HomePage { .mx_HomePage {
max-width: 960px;
width: 100%; width: 100%;
margin-left: auto;
margin-right: auto;
} }
.mx_HomePage iframe { .mx_HomePage iframe {
width: 100%; width: 100%;
height: 90%; height: 99%;
border: 0px; border: 0px;
} }