layout settled
This commit is contained in:
@ -3,16 +3,14 @@
|
||||
@import "settings";
|
||||
@import "imports";
|
||||
|
||||
// div {border: 1px dashed orange;}
|
||||
|
||||
body {
|
||||
background: $offwhite url(/assets/img/bg/subtle_white_feathers.png);
|
||||
// background: $offwhite url(/assets/img/bg/white_wall_hash.png);
|
||||
color: $dark;
|
||||
font-family: $main_font;
|
||||
}
|
||||
|
||||
header{
|
||||
background: $dark;
|
||||
background: $dark; // url(/assets/img/bg/congruent_outline.png);
|
||||
color: $offwhite;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
@ -64,12 +62,30 @@ header a:hover {
|
||||
color: $accent_color;
|
||||
}
|
||||
|
||||
footer {
|
||||
// background: $grey;
|
||||
padding: 50px 0;
|
||||
color: $offwhite;
|
||||
.poster img {
|
||||
width: 100%;
|
||||
}
|
||||
footer a, footer a:hover{
|
||||
color: $offwhite;
|
||||
|
||||
|
||||
.side-links {
|
||||
text-align: right;
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
.side-links ul {
|
||||
margin: 0 0 20px 0;
|
||||
padding: 0;
|
||||
}
|
||||
.side-links ul li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.side-links a {
|
||||
color: $dark;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.side-links a:hover{
|
||||
color: $accent_color;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user