fix margin and padding

This commit is contained in:
Ryan Heywood 2024-03-28 22:30:35 -04:00
parent 63188df2a9
commit 5715c2cdcf
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 7 additions and 7 deletions

View File

@ -17,10 +17,10 @@
{%- endif -%} {%- endif -%}
{%- endif -%} {%- endif -%}
{%- endfor -%} {%- endfor -%}
<li class="show">
<a href="/contact.html" class="action-button">Free Consultation</a>
</li>
</ul> </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"> <div id="hamburger-menu" class="hide menu-button-container" for="menu-toggle">
<input id="menu-toggle" type="checkbox" /> <input id="menu-toggle" type="checkbox" />
<label style="display: inline-block"> <label style="display: inline-block">

View File

@ -156,7 +156,7 @@ hr {
} }
.header-page-links a { .header-page-links a {
margin: 0px 15px; margin: 0px 4px;
font-size: 1.1rem; font-size: 1.1rem;
text-decoration: none; text-decoration: none;
} }
@ -337,7 +337,7 @@ hr {
.right-menu>ul>li:before { .right-menu>ul>li:before {
content: "" !important; content: "" !important;
margin-right: 9px; margin-right: 4px;
} }