Homepage: add responsive (#1177)

This commit is contained in:
杨奕
2016-11-18 16:49:07 +08:00
committed by Leopoldthecoder
parent 07b8ec030f
commit deaee6ce7a
13 changed files with 215 additions and 17 deletions

View File

@@ -40,6 +40,7 @@
.container {
height: 100%;
box-sizing: border-box;
}
.footer-main {
@@ -122,6 +123,13 @@
margin: 10px;
}
}
@media (max-width: 768px) {
.footer {
.footer-social {
display: none;
}
}
}
</style>
<script type="text/babel">