Skip to content

Commit

Permalink
change inline margin to 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
DiksonIvySon committed Oct 18, 2023
1 parent d751bbc commit 3ebd2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion landingPage/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="band-name band-name-large">The IvySon Sax</h1>
</header>
<section class="content-section container">
<h2 class="section-header">ABOUT</h2>
<img class="about-band-image" src="IMAGES/colorsax image.jpg" width="700" height="700">
<img class="about-band-image" src="IMAGES/colorsax-image.jpg" width="700" height="700">
<P>The saxophone (often referred to colloquially as the sax) is a type of single-reed
woodwind instrument with a conical body, usually made of brass. As with all
single-reed instruments, sound is produced when a reed on a mouthpiece vibrates
Expand Down
3 changes: 2 additions & 1 deletion landingPage/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ html, body {
}

.content-section {
margin: 70px;

margin-inline: 5%;
}

.content-section h2 {
Expand Down

0 comments on commit 3ebd2ab

Please sign in to comment.