Skip to content

Commit

Permalink
Style Changes: Größerer Text
Browse files Browse the repository at this point in the history
  • Loading branch information
pl0ss committed Oct 4, 2024
1 parent f9332b4 commit 11d6096
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

<section id="app_info" style="display: flex; flex-direction: column; justify-content: center;">
<div>
<h1 style="font-weight: bold; font-size: 80px; margin: 0px">Neuland Next</h1>
<h2 style="font-size: 40px; margin: 10px 0px 0px 0px;">Deine inoffizielle App für die THI</h2>
<p style="font-size: 35px; margin: 10px 0px 0px 0px;">Von Neuland Ingolstadt e.V.</p>
<h1 style="font-weight: bold; font-size: 90px; margin: 0px">Neuland Next</h1>
<h2 style="font-size: 45px; margin: 10px 0px 0px 0px;">Deine inoffizielle App für die THI</h2>
<p style="font-size: 40px; margin: 10px 0px 0px 0px;">Von Neuland Ingolstadt e.V.</p>
</div>

<div id="app_info_imgs" style="margin-top: 90px; display: flex; justify-content: center;">
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main {
}

main > section {
width: 30vw;
width: 35vw;
min-width: 500px;
}

Expand Down Expand Up @@ -57,7 +57,7 @@ main > section {


#imagetext {
font-size: 30px;
font-size: 40px;
margin-top: 10px;
font-weight: bold;
}
Expand Down

0 comments on commit 11d6096

Please sign in to comment.