few typos
This commit is contained in:
parent
e5dd8fed4c
commit
56132f8380
4 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@
|
|||
<section class="contact">
|
||||
<div class="container">
|
||||
<h2>Contact Us</h2>
|
||||
<p>Have questions or special requests? Reach out to us!</p>
|
||||
<p>Have questions or special requests? Reach out to me!</p>
|
||||
<p>Email: <a href="mailto:bethany@willowmecreations.com">bethany@willowmecreations.com</a><br>
|
||||
TikTok: <a href="https://www.tiktok.com/@bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i>bethanyrhodes6</a></p>
|
||||
</div>
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
<section class="contact">
|
||||
<div class="container">
|
||||
<h2>Contact Us</h2>
|
||||
<p>Have questions or special requests? Reach out to us!</p>
|
||||
<p>Have questions or special requests? Reach out to me!</p>
|
||||
<p>Email: <a href="mailto:bethany@willowmecreations.com">bethany@willowmecreations.com</a><br>
|
||||
TikTok: <a href="https://www.tiktok.com/@bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i>bethanyrhodes6</a></p>
|
||||
</div>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<section class="contact">
|
||||
<div class="container">
|
||||
<h2>Contact Us</h2>
|
||||
<p>Have questions or special requests? Reach out to us!</p>
|
||||
<p>Have questions or special requests? Reach out to me!</p>
|
||||
<p>Email: <a href="mailto:bethany@willowmecreations.com">bethany@willowmecreations.com</a><br>
|
||||
TikTok: <a href="https://www.tiktok.com/@bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i>bethanyrhodes6</a></p>
|
||||
</div>
|
||||
|
|
|
@ -52,7 +52,7 @@ h1, h2, h3 {
|
|||
height: auto;
|
||||
margin-bottom: 20px;
|
||||
border: 2px solid var(--box-bg-color);
|
||||
box-shadow: 0 0 35px var(--background-color);
|
||||
box-shadow: 0 0 35 px var(--background-color);
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
|
@ -360,7 +360,7 @@ a:nth-child(5) {
|
|||
}
|
||||
|
||||
.footer .social-media a {
|
||||
color: var(--header-bg-color);
|
||||
color: var(--footer-text-color);
|
||||
margin: 0 10px;
|
||||
font-size: 1.5em;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue