Added second logo for size variant, css tweaks to accomodate
This commit is contained in:
parent
e47db7e6ab
commit
cf20b0b298
@ -293,7 +293,7 @@ a:focus {
|
|||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
.content-section {
|
.content-section {
|
||||||
padding-top: 250px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-section {
|
.download-section {
|
||||||
@ -338,18 +338,18 @@ ul.banner-social-buttons {
|
|||||||
#logo_about {
|
#logo_about {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#heading_large {
|
.heading_large {
|
||||||
width: 256px;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width:768px) {
|
@media screen and (min-width:768px) {
|
||||||
|
.heading_small {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#heading_large {
|
#heading_large {
|
||||||
width: 512px;
|
width: 512px;
|
||||||
}
|
}
|
||||||
#logo_about {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width:1199px) {
|
@media(max-width:1199px) {
|
||||||
|
@ -56,9 +56,12 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="col-md-8 col-md-offset-2">
|
||||||
<hr>
|
<hr class="heading_large">
|
||||||
<h1 class="brand-heading"><img id="heading_large" style="max-width: 512px;" src="img/logo.png"/></h1>
|
<h1 class="brand-heading">
|
||||||
<hr>
|
<img class="heading_large" style="max-width: 512px;" src="img/logo.png"/>
|
||||||
|
<img class="heading_small" style="max-width: 256px;" src="img/e-w.png"/>
|
||||||
|
</h1>
|
||||||
|
<hr class="heading_large">
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
<li>
|
<li>
|
||||||
<a href="mailto:enpaul@enpaul.net"><span class="hb hb-sm"><i class="fa fa-envelope-o"></i></span></a>
|
<a href="mailto:enpaul@enpaul.net"><span class="hb hb-sm"><i class="fa fa-envelope-o"></i></span></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user