Browse Source

hero text-style fixes

guides-page
Darren M 8 years ago
parent
commit
944753806c
  1. 27
      assets/css/template.css
  2. 2
      index.html

27
assets/css/template.css

@ -60,31 +60,7 @@ Dark Blue BG for Parallax Docs Callout*/
}
}
/* Hero paragraph
*/
@media screen and (max-width: 452px) {
.hero-para {
font-size: 68%;
line-height: 2.5 !important;
}
}
@media (min-width: 452px) and (max-width: 621px) {
.hero-para {
font-size: 90%;
line-height: 2.5 !important;
}
}
/* going up to 1198 with added padding, default was 991*/
@media (min-width:768px) and (max-width: 1198px) {
.hero-para {
font-size: 95%;
line-height: 2 !important;
}
}
/* Hero paragraph */
.hero-para{
line-height: 1.8;
@ -96,6 +72,7 @@ Dark Blue BG for Parallax Docs Callout*/
color: #fff;
padding: 2px;
white-space: pre-wrap;
word-spacing: -1px;
}

2
index.html

@ -89,7 +89,7 @@
<div class="col-sm-6 col-md-6 text-center m-t-50 ideatime">
<img width="66%" class="module-header" src="assets/images/logo-dark-large.png" alt="The Most Advanced Fullnode Bitcoin Implementation for Miners, Wallets, and Exchanges" />
<h3 class="module-header hero-para text-center"><span class="text-highlight-black"> The Most Advanced Fullnode Bitcoin Implementation <br> for Miners, Wallets, and Exchanges </span><br /></h3>
<h3 class="module-header hero-para text-center"><span class="text-highlight-black"> The&nbsp; Most&nbsp; Advanced &nbsp;Fullnode &nbsp;Bitcoin &nbsp;Implementation &nbsp;for &nbsp;Miners,&nbsp; Wallets, &nbsp;and &nbsp;Exchanges&nbsp;</span><br /></h3>
<div class="row">
<div class="row col-sm-12 text-center">

Loading…
Cancel
Save