feat: add tools page and update action button copy #6
|
@ -17,10 +17,10 @@
|
|||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
<li class="show">
|
||||
<a href="/contact.html" class="action-button">Free Consultation</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="show">
|
||||
<a href="/contact.html" class="action-button">Free Consultation</a>
|
||||
</div>
|
||||
<div id="hamburger-menu" class="hide menu-button-container" for="menu-toggle">
|
||||
<input id="menu-toggle" type="checkbox" />
|
||||
<label style="display: inline-block">
|
||||
|
@ -29,4 +29,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
|
|
@ -156,7 +156,7 @@ hr {
|
|||
}
|
||||
|
||||
.header-page-links a {
|
||||
margin: 0px 15px;
|
||||
margin: 0px 4px;
|
||||
font-size: 1.1rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -337,7 +337,7 @@ hr {
|
|||
|
||||
.right-menu>ul>li:before {
|
||||
content: "" !important;
|
||||
margin-right: 9px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -953,4 +953,4 @@ body {
|
|||
padding-top: 50px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue