Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anreyw committed Jan 20, 2025
1 parent 61f0f50 commit 8a6dd22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ <h1>Whole Presence Counseling</h1>

<h3>Anrey Wang, LPC</h3>

<p>My practice is on an indefinite sabbatical. If necessary, I can be reached at
<section id="message">

<p>My practice is on indefinite sabbatical.</p>

<p>If necessary, I can be reached at
<script>
function decodeBase64(encoded) {
return atob(encoded);
Expand All @@ -32,11 +36,12 @@ <h3>Anrey Wang, LPC</h3>

<p>If you are having an immediate mental health crisis, please call or text <a href="https://988lifeline.org/" target="_blank">9-8-8</a>.</p>

</section>

</body>

<footer>
<p>© 2025 Whole Presence Counseling LLC</p>
<p></p>
</footer>

</html>
13 changes: 4 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ body {
height: auto;
}

#profile_picture {
width: 100px;
height: 100px;
border-radius: 100%; /* Makes the image circular */
object-fit: cover; /* Ensures the image covers the container without distortion */
margin-bottom: 1rem;
}


h1 {
margin: 0;
padding: 2vh;
Expand All @@ -34,6 +25,10 @@ h3 {
margin: 0 auto 1em;
}

#message {
font-size: clamp(1rem, 3vw, 2rem);
}

p {
max-width: 800px;
padding: 0 4vh 0;
Expand Down

0 comments on commit 8a6dd22

Please sign in to comment.