Skip to content

Commit

Permalink
Fixed about page styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jan 17, 2024
1 parent bfe21fa commit 5f894b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,10 @@ p {
margin-bottom: 20px;
}

#aboutHeader {
margin-top: -25px;
}

#main2 p, #main2 ul, #main2 li {
text-align: left;
margin: auto;
Expand Down
2 changes: 1 addition & 1 deletion src/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 id="stats-display" class="clock" style="font-size: 20px;"></h1>
</header>

<main id="main2">
<h2 style="align-self: center">About The MovieVerse</h2>
<h2 id="aboutHeader" style="align-self: center">About The MovieVerse</h2>

<p style="color: white">Welcome to The MovieVerse, your ultimate destination for exploring the magic of movies. Created with a vision to celebrate cinematic art, The MovieVerse offers a unique platform for movie lovers to discover, engage, and immerse themselves in the world of film.</p>

Expand Down

0 comments on commit 5f894b9

Please sign in to comment.