Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
NonaAnona committed Mar 18, 2024
1 parent 3085a57 commit e91edda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
24 changes: 12 additions & 12 deletions assets/css/newstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ main.part7-container {
figcaption {
text-indent: 0;
/* margin-bottom: 3rem; */
margin-bottom: 0.5rem;
color: rgb(183, 183, 183);
font-size: 0.8rem;
}
img {
padding-right: 1.2rem;
Expand All @@ -560,12 +562,12 @@ main.part7-container {
margin-left: 1.7rem;
/* margin-left: 6rem; */
list-style: decimal;
margin-top: 3rem;
/* margin-top: 1rem; */
width: 100%;
/* margin-bottom: 3rem; */
margin-bottom: 0rem;
}
li {
padding-left: 3rem;
padding-left: 1rem;
padding-right: 1rem;
}

Expand All @@ -588,23 +590,21 @@ main.part7-container {
width: 94%;
}
main.part2-container {
margin-bottom: 3rem;
/* margin-bottom: 1rem; */
}
main.part3-container {
margin-bottom: 3rem;
/* margin-bottom: 3rem; */
}
main.part4-container {
margin-bottom: 3rem;
/* margin-bottom: 3rem; */
}
main.part5-container {
margin-bottom: 3rem;
/* margin-bottom: 3rem; */
}
main.part6-container {
margin-bottom: 3rem;
}
main.part7-container {
margin-bottom: 3rem;
}
/* margin-bottom: 3rem;
} */

}

/* use this query to apply style changes to smaller smartphones sizes (like an iPhone 5S or SE 2016), max size of 339px */
Expand Down
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,6 @@ <h2 class="poem block-title">Becoming</h2>
</li>
</ol>
</div>

<div class="part2-block part2-block-3">
<ol></ol>
</div>
</main>
</article>
</div>
Expand Down

0 comments on commit e91edda

Please sign in to comment.