Skip to content

Commit

Permalink
add new media queies to cover text in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Myekman committed Feb 19, 2023
1 parent b844eaf commit dcee9e9
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 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: 200px;
bottom: 500px;
left: 20px;
position: absolute;

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

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

#form-section {
Expand Down Expand Up @@ -520,6 +520,11 @@ font-size: 150%;
font-size: 300%;
}

#about-us-image {
width: 400px;
height: 400px;
}

#about-us-text p {
margin-top: 5px;
font-size: 120%;
Expand All @@ -534,7 +539,7 @@ font-size: 150%;
/* header */

#logo {
font-size: 300%;
font-size: 200%;
}

.gymnastic-groups-heading h2 {
Expand All @@ -549,7 +554,7 @@ font-size: 150%;
width: 200px;
height: 100px;

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

Expand Down Expand Up @@ -577,14 +582,13 @@ footer ul li i {
/* about.html */

#about-us-image {
height: 300px;
width: 300px;
margin-top: 10px;

height: 300px;
}

#about-us-text p {
line-height: 1.3;
line-height: 1.2;

}

}

0 comments on commit dcee9e9

Please sign in to comment.