Skip to content

Commit

Permalink
fix cover text to fit screen size 1200px wide and down
Browse files Browse the repository at this point in the history
  • Loading branch information
Myekman committed Feb 17, 2023
1 parent 471698b commit b844eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ body {
background-color: rgba(60, 60, 60, 0.6);
border-style: double;

bottom: 100px;
bottom: 200px;
left: 20px;
position: absolute;

Expand Down Expand Up @@ -351,7 +351,7 @@ footer h3 {
/*header */

#cover-text {
bottom: 0;
bottom: 300px;
}

#form-section {
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ <h2><span>Sign up!</span>
<div id="circle-image"></div>
</section>



<footer id="contact">
<h2>Strong Gymnastic Studios</h2>
<h2>Strong Gymnastic Studios</h2>
<div id="find-us">
<h3>Tel: 08-722 22 22</h3>
<h3>Mail: [email protected]</h3>
Expand Down

0 comments on commit b844eaf

Please sign in to comment.