mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Mobile optimize footer
This commit is contained in:
parent
84ce3cc40a
commit
cf8a84452a
2 changed files with 14 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-7">
|
||||
<div class="col-sm-7">
|
||||
<ul class="links">
|
||||
<li>
|
||||
<span class="message">Hello from Seattle and Zürich.</span>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<div class="col-sm-5">
|
||||
<div class="copyright">
|
||||
<a id="footer-microsoft-link" class="logo" href="https://www.microsoft.com">
|
||||
<img src="{{site.baseurl}}/img/microsoft.svg" alt="Microsoft">
|
||||
|
|
|
|||
|
|
@ -367,8 +367,20 @@ pre[class=highlight] {
|
|||
}
|
||||
|
||||
.links {
|
||||
padding-bottom: 10px;
|
||||
|
||||
@media (min-width: 576px) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
padding-bottom: 10px;
|
||||
|
||||
@media (min-width: 576px) {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue