Skip to content

Commit

Permalink
revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
asm14011 committed Mar 9, 2020
1 parent df160cd commit 3c18347
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion midterm/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ textarea {
body{
margin: 0;
background-image: url(../img/mobile-bkgd.png);
background-position: top 50%;
background-position: top;
background-size: cover;
background-repeat: no-repeat;
}
Expand All @@ -126,6 +126,11 @@ h3{
padding-bottom: 15vw;
}

#april-2020{
padding-right: 10vw;
}


h5{
font-family: Helvetica, Arial, sans-serif;
margin: 0 auto;
Expand Down Expand Up @@ -208,6 +213,10 @@ main > h3{
text-align: right;
padding-bottom: 0;
}

#april-2020{
padding-right: 0;
}

h5{
font-family: Helvetica, Arial, sans-serif;
Expand Down
3 changes: 1 addition & 2 deletions midterm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<!-- Add your site or application content here -->

<div class="grid">


<header>
<div id="degrees"><img src="img/degrees.png"></div>
Expand Down Expand Up @@ -55,7 +54,7 @@ <h5>In 2017, women only made up 7.1% of all pilots. <em>Why We Fly</em> is a cel
</div>

<div id="coming">
<h3>coming april 2020</h3>
<h3 id="april-2020">coming april 2020</h3>
<br>
<h3 class="hide-mobile show-desktop">coming april 2020</h3>
<br>
Expand Down

0 comments on commit 3c18347

Please sign in to comment.