Migrate old style

This commit is contained in:
Toby Zerner 2015-07-20 18:13:01 +09:30
parent ff6fdc9031
commit 61443dd81d
2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,8 @@
.App {
position: relative !important;
padding-top: @header-height;
overflow-x: hidden;
min-height: 100vh;
@media @phone {
padding-top: @header-height-phone;

View File

@ -72,11 +72,6 @@ p {
margin: 0 auto;
}
.global-page {
overflow-x: hidden;
min-height: 100vh;
}
mark {
background: #FFE300;
padding: 1px;