Change padding and grammar
This commit is contained in:
parent
32d9d6a5f3
commit
912351ea86
4 changed files with 4 additions and 7 deletions
|
@ -15,10 +15,10 @@ import Divider from "./Divider.astro"
|
|||
</p>
|
||||
<ul class={styles.jobs}>
|
||||
<li>
|
||||
<a href="/discord-bot-developer">Custom Discord Bots - From $30</a>
|
||||
<a href="/discord-bot-developer">Custom Discord Bots from $30</a>
|
||||
</li>
|
||||
<li>Personalized Discord Server - From $20</li>
|
||||
<li>Bespoke Website - From $50</li>
|
||||
<li>Personalized Discord Server from $20</li>
|
||||
<li>Bespoke Website from $50</li>
|
||||
</ul>
|
||||
<Contact />
|
||||
</section>
|
||||
|
|
|
@ -9,14 +9,13 @@
|
|||
|
||||
.about {
|
||||
text-align: justify;
|
||||
padding: 3.5rem;
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.textArticle p {
|
||||
.textArticle {
|
||||
font-size: 1.5rem;
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 3rem;
|
||||
}
|
||||
|
||||
.hireTitle {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
.longDescription {
|
||||
font-size: 1.5rem;
|
||||
text-align: justify;
|
||||
padding: 1em;
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue