css style adjustments for footer

This commit is contained in:
auremoser 2017-03-21 16:50:52 -04:00
Родитель c18967e1e6
Коммит 11f71da612
2 изменённых файлов: 5 добавлений и 8 удалений

Просмотреть файл

@ -92,7 +92,7 @@ hr {
display: inline-block;
}
footer ul li { display: block; width: 100%; border-bottom: 1px solid #b1d1ff; }
footer ul li { display: block; width: 100%;}
footer ul li a {
display: block;
width: 100%;
@ -104,12 +104,9 @@ footer ul li a {
font-size: 1.4em;
}
footer ul li a:hover {
color: #8d99a6;
background: #9ff400;
background: #9ff400;
}
#footerlink { display: none; }
@media screen and (max-width: 550px) {
@ -120,8 +117,8 @@ footer ul li a:hover {
text-align: center;
font-size: 1.4em;
font-weight: bold;
line-height: : 30px;
text-decoration: none;
}
#footerlink:hover { background: #8d99a6; }
footer { display: block; }
}

Просмотреть файл

@ -88,12 +88,12 @@ help support Mozilla.
</ul>
</section>
<footer>
<ul class="meta inline-list .footerlink">
<ul class="meta inline-list">
<li><a href="https://hacks.mozilla.org/2017/02/devroadshow/" target="_blank">blog/</a></li>
<li><a href="https://github.com/mozilla/devroadshow2017" target="_blank">github/</a></li>
<li><a href="https://github.com/mozilla/devroadshow2017/tree/master/presentations" target="_blank">slides/</a></li>
<li><a href="https://www.mozilla.org/en-US/newsletter/developer/?utm_source=Event&utm_content=DevRoadshow" target="_blank">newsletter/</a></li>
<li><a href="mailto:sandra@mozilla.com" target="_blank">code of conduct/</a></li>
<li><a href="mailto:sandra@mozilla.com" target="_blank">CoC/</a></li>
</ul>
</footer>