Merge pull request #22 from steven-zou/fix/issue_1687

Fix minor issue of layout
This commit is contained in:
Steven Zou 2017-04-01 16:54:59 +08:00 committed by GitHub
commit 05ac2a432c
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,6 @@
.more-info-link {
position: relative;
top: 100px;
top: 90px;
left: 330px;
}

View File

@ -9,6 +9,7 @@
.start-content-padding {
padding: 0px !important;
background-color: white;
overflow-y: hidden !important;
}
.content-area-override {