Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacEagle17 committed Sep 15, 2024
1 parent 5591e45 commit a9089fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ html, body {

.download-hero {
background: url(../img/Screenshots/downloadBackground.webp) no-repeat center / cover;
background-position: center -100px; /* Moves the image 50px up */
}

.contact-hero {
Expand Down Expand Up @@ -1384,7 +1385,7 @@ table, th, td {
width: 45%;
float: left;
min-width: fit-content;
margin-bottom: 60px;
margin-bottom: 20px;
margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
Expand All @@ -1402,7 +1403,7 @@ table, th, td {
float: right;
position: relative;
min-width: fit-content;
margin-bottom: 60px;
margin-bottom: 20px;
margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
Expand Down
2 changes: 1 addition & 1 deletion download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</nav><!-- /.site-navigation -->
</header><!-- /#mastheaed -->

<div id="hero" class="hero overlay subpage-hero download-hero">
<div id="hero" class="hero overlay download-hero">
<div class="hero-content">
<div class="hero-text">
<h1>Download</h1>
Expand Down

0 comments on commit a9089fa

Please sign in to comment.