mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:26:37 -04:00
remove IE gif from footer, update homepage
This commit is contained in:
@ -26,36 +26,18 @@ footer {
|
||||
margin: 0 auto;
|
||||
justify-content: space-between;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
div#copyright,
|
||||
div#poweredby {
|
||||
width: 40%;
|
||||
line-height: 2.3;
|
||||
}
|
||||
|
||||
div#copyright {
|
||||
text-align: left;
|
||||
}
|
||||
// underline View Source link
|
||||
a#source {
|
||||
padding-bottom: 2px;
|
||||
border-bottom: 1px solid;
|
||||
|
||||
div#poweredby {
|
||||
text-align: right;
|
||||
|
||||
a#source {
|
||||
padding-bottom: 2px;
|
||||
border-bottom: 1px solid;
|
||||
|
||||
@include colors() {
|
||||
border-color: c(light);
|
||||
}
|
||||
@include colors() {
|
||||
border-color: c(light);
|
||||
}
|
||||
}
|
||||
|
||||
div#y2k {
|
||||
width: 20%;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// Responsive
|
||||
@ -63,20 +45,10 @@ footer {
|
||||
footer {
|
||||
padding: 1em 1.25em 0 1.25em;
|
||||
|
||||
// stack columns on left instead of flexboxing across
|
||||
div.row {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div#copyright,
|
||||
div#poweredby {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
// no more room at the inn :(
|
||||
div#y2k {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user