mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Homepage: add responsive (#1177)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user