improvement(scss): adjust header/footer sizing
This commit is contained in:
parent
502c87d36c
commit
165208d3e2
2 changed files with 7 additions and 5 deletions
7
dist/style.css
vendored
7
dist/style.css
vendored
|
@ -679,7 +679,7 @@ th {
|
||||||
/* ------------------ HEADERS ------------------- */
|
/* ------------------ HEADERS ------------------- */
|
||||||
#page-header {
|
#page-header {
|
||||||
background: #2aa198 url("img/background.png") center bottom repeat-x;
|
background: #2aa198 url("img/background.png") center bottom repeat-x;
|
||||||
height: 15rem;
|
height: 16.5rem;
|
||||||
border-top: 6px solid #073642;
|
border-top: 6px solid #073642;
|
||||||
padding-left: 4.5rem;
|
padding-left: 4.5rem;
|
||||||
padding-right: 4.5rem; }
|
padding-right: 4.5rem; }
|
||||||
|
@ -794,10 +794,11 @@ body {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
color: #fdf6e3;
|
color: #fdf6e3;
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5rem;
|
||||||
padding-left: 4.5rem;
|
padding-left: 4.5rem;
|
||||||
padding-right: 4.5rem;
|
padding-right: 4.5rem;
|
||||||
font-size: 0.8rem !important; }
|
font-size: 0.8rem !important;
|
||||||
|
padding-bottom: 1.5rem; }
|
||||||
|
|
||||||
/* social media */
|
/* social media */
|
||||||
ul.social {
|
ul.social {
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#page-header {
|
#page-header {
|
||||||
background: $color-turquoise url('img/background.png') center bottom repeat-x;
|
background: $color-turquoise url('img/background.png') center bottom repeat-x;
|
||||||
height:10*$lineheight;
|
height:11*$lineheight;
|
||||||
border-top: 6px solid $color-dark2;
|
border-top: 6px solid $color-dark2;
|
||||||
@include container-big();
|
@include container-big();
|
||||||
}
|
}
|
||||||
|
@ -161,9 +161,10 @@ body {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
color: $color-footer-text;
|
color: $color-footer-text;
|
||||||
margin-top:1.5em;
|
margin-top:1.5rem;
|
||||||
@include container-big();
|
@include container-big();
|
||||||
font-size: 0.8rem!important;
|
font-size: 0.8rem!important;
|
||||||
|
padding-bottom:1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* social media */
|
/* social media */
|
||||||
|
|
Reference in a new issue