mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Margin adjustments to footer
This commit is contained in:
parent
8d9582bab8
commit
91a9d1c5f2
2 changed files with 11 additions and 5 deletions
|
@ -28,8 +28,8 @@
|
||||||
.footer-Content{
|
.footer-Content{
|
||||||
padding-top:20px;
|
padding-top:20px;
|
||||||
padding-bottom:20px;
|
padding-bottom:20px;
|
||||||
padding-left: 40px;
|
padding-left: 30px;
|
||||||
padding-right: 20px;
|
padding-right: 30px;
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
@ -154,9 +154,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.credits{margin-bottom:0}
|
.credits{
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
width: 55%;
|
||||||
|
}
|
||||||
.footer-Nav{
|
.footer-Nav{
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
|
width: 45%;
|
||||||
|
padding-left: 0;
|
||||||
|
|
||||||
.h-Nav{float:right;
|
.h-Nav{float:right;
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
<div class="footer-Content">
|
<div class="footer-Content">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p class="tiny col col-60 credits">
|
<p class="tiny col credits">
|
||||||
<a href="http://neocities.org" title="Neocities.org" style="text-decoration:none;">Neocities.org</a> is a <a href="https://github.com/neocities" title="Neocities on GitHub">completely open source</a> project. Follow us on <a href="https://twitter.com/neocitiesweb">Twitter</a> or <a href="https://www.facebook.com/neocities">Facebook</a>!
|
<a href="http://neocities.org" title="Neocities.org" style="text-decoration:none;">Neocities.org</a> is a <a href="https://github.com/neocities" title="Neocities on GitHub">completely open source</a> project. Follow us on <a href="https://twitter.com/neocitiesweb">Twitter</a> or <a href="https://www.facebook.com/neocities">Facebook</a>!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<nav class="footer-Nav col col-40">
|
<nav class="footer-Nav col">
|
||||||
<ul class="tiny h-Nav">
|
<ul class="tiny h-Nav">
|
||||||
<li><a href="/about">About</a></li>
|
<li><a href="/about">About</a></li>
|
||||||
<li><a href="/donate">Donate</a></li>
|
<li><a href="/donate">Donate</a></li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue