1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 15:45:33 -04:00

footer spacing improvements on mobile

This commit is contained in:
2019-01-11 11:12:31 -05:00
parent 973aec98c0
commit e937d3de5d
2 changed files with 19 additions and 6 deletions

View File

@@ -277,10 +277,22 @@ div#home sup {
display: none;
}
div#home div#footer div#blog, div#home div#footer div#copyright {
div#home div#footer div#blog, div#home div#footer div#info {
width: 50% !important;
line-height: 20px !important;
}
div#home div#footer div#blog {
font-size: 0.75em !important;
line-height: 1.5em !important;
}
div#home div#footer div#info {
font-size: 0.6em !important;
}
div#home div#footer div#info span#copyright::after {
content: "\A";
white-space: pre;
}
}
@@ -546,6 +558,7 @@ div#home div#footer div {
float: left;
vertical-align: middle;
line-height: 40px;
height: 100%;
}
div#home div#footer div#blog {
@@ -572,18 +585,18 @@ div#home div#footer div#panda span {
width: 12px;
}
div#home div#footer div#copyright {
div#home div#footer div#info {
width: 40%;
font-size: 0.5em;
color: #999999;
text-align: right;
}
div#home div#footer div#copyright a {
div#home div#footer div#info a {
color: #999999;
}
div#home div#footer div#copyright a#source {
div#home div#footer div#info a#source {
border-bottom: 1px solid #dddddd;
}