Skip to content

Commit

Permalink
Fixed image proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 20, 2024
1 parent 368ae23 commit 2046597
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
}

#logobanner {
aspect-ratio: auto 400 / 216.012;
width: 100%;
height: auto;
}

#enterGitRepo {
Expand Down Expand Up @@ -88,6 +88,11 @@
color: #2e3091;
}

a#start img {
height: 1.5em;
width: auto;
}

#start:hover {
background-color: #f0f0f0;
border-color: #f0f0f0;
Expand Down Expand Up @@ -171,6 +176,8 @@
<img
id="logobanner"
src="/images/background_and_menus/logobanner.svg"
width="534"
height="291"
/>
<div id="intro">
<h1>Welcome Player!</h1>
Expand All @@ -186,7 +193,8 @@ <h1>🏗️ Start Building 🏗️</h1>
<img
src="/images/github.svg"
alt="GitHub"
style="height: 1.5em"
width="672"
height="161"
/>
</a>

Expand All @@ -199,7 +207,8 @@ <h1>🏗️ Start Building 🏗️</h1>
<img
src="/images/gitlab.svg"
alt="GitLab"
style="height: 1.5em"
width="742"
height="161"
/>
</a>
</div>
Expand Down

0 comments on commit 2046597

Please sign in to comment.