design shite
This commit is contained in:
@ -211,7 +211,11 @@
|
||||
}
|
||||
|
||||
&.compressed {
|
||||
padding: 2.5em 0;
|
||||
padding: 0.5em 0 0;
|
||||
|
||||
img {
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
&.style1 {
|
||||
@ -238,10 +242,6 @@
|
||||
@include wrapper(accent4);
|
||||
}
|
||||
|
||||
&.style7 {
|
||||
@include wrapper(accent5);
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
@include padding(4em, 3em);
|
||||
}
|
||||
|
@ -126,15 +126,15 @@ body.is-mobile {
|
||||
/* Footer */
|
||||
|
||||
#footer {
|
||||
@include padding(6em, 0);
|
||||
padding: 4em 0 3.5em;
|
||||
background-color: darken(_palette(bg), 8);
|
||||
text-align: center;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
|
||||
.icons {
|
||||
font-size: 1.25em;
|
||||
|
||||
a {
|
||||
color: _palette(fg-light);
|
||||
|
||||
&:hover {
|
||||
color: _palette(fg);
|
||||
@ -143,7 +143,6 @@ body.is-mobile {
|
||||
}
|
||||
|
||||
.copyright {
|
||||
color: _palette(fg-light);
|
||||
font-size: 0.8em;
|
||||
letter-spacing: _size(letter-spacing-alt);
|
||||
list-style: none;
|
||||
|
Reference in New Issue
Block a user