Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Feb 18, 2024
1 parent 4445917 commit 3222b3e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 36 deletions.
9 changes: 7 additions & 2 deletions src/components/Top.svelte
Expand Up @@ -27,6 +27,10 @@
</div>

<style>
h1 {
font-size: 3.2em;
line-height: 1.1;
}
.hide {
display: none !important;
}
Expand All @@ -41,7 +45,8 @@
}
.link {
padding: 20px;
padding-left: 20px;
padding-right: 20px;
}
#links {
Expand All @@ -66,7 +71,7 @@
flex-direction: row;
}
@media (min-width: 640px) {
@media (min-width: 700px) {
.separator {
display: inline !important;
}
Expand Down
10 changes: 0 additions & 10 deletions src/lib/Counter.svelte

This file was deleted.

7 changes: 0 additions & 7 deletions src/routes/+page.svelte
Expand Up @@ -37,13 +37,6 @@
flex-direction: column;
background-color: white;
}
/*
h1 {
color: #ff3e00;
text-transform: uppercase;
font-size: 4em;
font-weight: 100;
} */
@media (min-width: 640px) {
main {
Expand Down
29 changes: 12 additions & 17 deletions src/routes/about/+page.svelte
Expand Up @@ -8,24 +8,27 @@
<div>
<img class="hero-img" src="images/About-Me.jpg" alt="airport" >
</div>
<div style="margin-left: 20px">
<div style="margin-left: 50px;">
<p>
Anthony (he/him) is a brooklyn based actor, writer and musician.
</p>
<p>
He grew up in western New York. His favorite apple is
<a href="https://www.applesfromny.com/varieties/empire/" target="_blank">
Empire
</a>
.
</p>
<p>
He has conservatory training from
<a href="https://www.thestudionewyork.com/" target="_blank">
The Studio/NY
</a>
under Jayd McCarty.
</p>
<p>
In 2021 performed and co-wrote a solo show about a nurse he met in the hospital (video available upon request)
</p>
<p>
He grew up in western New York. His favorite apple is
<a href="https://www.applesfromny.com/varieties/empire/" target="_blank">
Empire
</a>
.
</p>
<p>
He is an advocate for public schools and educational equity.
<a href="https://steinhardt.nyu.edu/metrocenter/perspectives" target="_blank">
Expand All @@ -50,7 +53,6 @@
main {
text-align: center;
padding: 1em;
max-width: 240px;
margin: 0 auto;
display: flex;
flex-direction: column;
Expand All @@ -70,15 +72,8 @@
margin-left: 40px;
margin-right: 40px;
}
/*
h1 {
color: #ff3e00;
text-transform: uppercase;
font-size: 4em;
font-weight: 100;
} */
@media (min-width: 640px) {
@media (min-width: 800px) {
main {
max-width: none;
}
Expand Down

0 comments on commit 3222b3e

Please sign in to comment.